Back out $SIG{__DIE__}. Exposes far too many caught errors. Back to the

drawing board.
This commit is contained in:
Scott Walters 2011-05-22 23:54:01 -04:00
parent cd66af7855
commit 2cf986ff57

View file

@ -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);