AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Wed, 16 Dec 2020 08:41:54 +0000 (16:41 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Dec 2020 08:41:54 +0000 (16:41 +0800)
AssetTrait.php

index 8ced527..13ccbbc 100644 (file)
@@ -288,7 +288,7 @@ trait Pman_Core_AssetTrait {
         // we cant output non-cached versions of this.... 
         $ff = HTML_FlexyFramework::get();
         $fp =   "{$this->rootDir}/Pman/$smod/scss/{$smod}.scss";
-        var_dump($fp);
+       // var_dump($fp);
         if (!file_exists($fp)) {
             return;
         }