From 4ca8d7a85962d1146c5f783801aa1ed72cba65ab Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 23 Mar 2023 11:50:53 +0800 Subject: [PATCH] remove missing as it's not really that usefull as a warning --- JsTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsTemplate.php b/JsTemplate.php index ec79d0c4..302b1c6d 100644 --- a/JsTemplate.php +++ b/JsTemplate.php @@ -65,7 +65,7 @@ class Pman_Core_JsTemplate extends Pman { $dir = $this->rootDir .'/'.$pdir . $mod . '/jtemplates'; if (!file_exists($dir)) { - echo '// missing directory '. htmlspecialchars($dir) ."\n"; + //echo '// missing directory '. htmlspecialchars($dir) ."\n"; continue; } // got a directory.. -- 2.39.2