Pman.php
[Pman.Base] / Pman.php
index 8f65953..0b76b8b 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -987,7 +987,7 @@ class Pman extends HTML_FlexyFramework_Page
         $reported = true;
         $out = is_a($ex,'Exception') ? $ex->getMessage() : $ex->toString();
         
-        print_r($ex); exit;
+        
         //print_R($bt); exit;
         $ret = array();
         $n = 0;