From: Alan Date: Thu, 23 Mar 2023 03:50:53 +0000 (+0800) Subject: remove missing as it's not really that usefull as a warning X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4ca8d7a85962d1146c5f783801aa1ed72cba65ab remove missing as it's not really that usefull as a warning --- 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..