remove missing as it's not really that usefull as a warning
authorAlan <alan@roojs.com>
Thu, 23 Mar 2023 03:50:53 +0000 (11:50 +0800)
committerAlan <alan@roojs.com>
Thu, 23 Mar 2023 03:50:53 +0000 (11:50 +0800)
JsTemplate.php

index ec79d0c..302b1c6 100644 (file)
@@ -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..