Notify.php
[Pman.Core] / Notify.php
index 4ebde1f..b240981 100644 (file)
@@ -322,7 +322,6 @@ class Pman_Core_Notify extends Pman
         }
         $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &';
         
-        print_R($cmd);exit;
        
         $pipe = array();
         $this->logecho("call proc_open $cmd");