From f7015cfe3048834a27b44ff46d92ecb1fb826f16 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 17:52:12 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 2 -- 1 file changed, 2 deletions(-) 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] == '.') { -- 2.39.2