From: Edward Date: Wed, 21 Nov 2018 09:52:12 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f7015cfe3048834a27b44ff46d92ecb1fb826f16 Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index 836b62f8..5ae4ca6e 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -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] == '.') {