summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index fccc25fb2..fe78c4be9 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -93,10 +93,6 @@ sub handler : method {
# here explicitly or init_page's shutdownhtml code won't work right.
$0 = $ENV{'SCRIPT_FILENAME'};
- # Make all errors go to the browser, not the log.
- require CGI::Carp;
- CGI::Carp->import('fatalsToBrowser');
-
Bugzilla::init_page();
return $class->SUPER::handler(@_);
}