Author: spadkins
Date: Fri Sep 11 06:49:39 2009
New Revision: 13304

Modified:
   p5ee/trunk/App-Context/lib/App/Exceptions.pm

Log:
removed call to do_trace on Exception::Class::Base (the method has been removed)

Modified: p5ee/trunk/App-Context/lib/App/Exceptions.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Exceptions.pm        (original)
+++ p5ee/trunk/App-Context/lib/App/Exceptions.pm        Fri Sep 11 06:49:39 2009
@@ -63,13 +63,6 @@
 
 use Exception::Class (%e);
 
-if (1) {
-    Exception::Class::Base->do_trace(1);
-    foreach my $class (keys %e) {
-        $class->do_trace(1);
-    }
-}
-
 1;
 
 =head1 NAME

Reply via email to