Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:52:12 +0000 (17:52 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:52:12 +0000 (17:52 +0800)
Process/Php7.php

index 836b62f..5ae4ca6 100644 (file)
@@ -45,8 +45,6 @@ class Pman_Core_Process_Php7 extends Pman
     {
         $dir = $this->rootDir . "/" . implode("/", $route);
         
-        echo "Looking for {$dir}\n";
-        
         foreach (scandir($dir) as $d) {
             
             if (!strlen($d) || $d[0] == '.') {