Process/Php7.php
[Pman.Core] / Process / Php7.php
index f777be6..836b62f 100644 (file)
@@ -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;
             }