Pman.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2018 02:13:07 +0000 (10:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2018 02:13:07 +0000 (10:13 +0800)
Pman.php

index 02e194a..e44899a 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -152,7 +152,6 @@ class Pman extends HTML_FlexyFramework_Page
             require_once str_replace('_','/', $cls). '.php';
             $c = new $cls();
             if (method_exists($c, $fn)) {
-                print_r($args);
                 call_user_func_array(array($c,$fn),$args);
             }
          }