Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:51:47 +0000 (17:51 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:51:47 +0000 (17:51 +0800)
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;
             }