X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Process%2FPhp7.php;h=836b62f8b1820f6feff94290babde6bec1e34871;hp=f777be64a9e280c9c22c5d001fe2c7c27c8fbc86;hb=81f602e2c25f2b9baf5c0a4b56e4ec614f410909;hpb=4dcd097f7f1568026fdfd7e9ea896fb1494eb246 diff --git a/Process/Php7.php b/Process/Php7.php index f777be64..836b62f8 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -54,12 +54,10 @@ class Pman_Core_Process_Php7 extends Pman } if (is_dir("{$dir}/{$d}")) { - echo "directory : {$d}\n"; $this->scan(array_merge($route, array($d))); continue; } - echo "get file {$d}\n"; if (!preg_match('/\.php$/', $d)) { continue; }