From 2cf986ff57492147b34d6909cb0dad4e0cb6e59f Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Sun, 22 May 2011 23:54:01 -0400 Subject: [PATCH] Back out $SIG{__DIE__}. Exposes far too many caught errors. Back to the drawing board. --- lib/WebGUI.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 6e15474ef..ba2288a5b 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -156,8 +156,6 @@ sub handle { # ); # return; - local $SIG{__DIE__} = sub { $session->log->error(@_); die @_; }; - # Look for the template preview HTTP headers WebGUI::Asset::Template->processVariableHeaders($session);