AssetTrait.php
authorjohn <john@roojs.com>
Fri, 15 Jun 2018 06:04:11 +0000 (14:04 +0800)
committerjohn <john@roojs.com>
Fri, 15 Jun 2018 06:04:11 +0000 (14:04 +0800)
AssetTrait.php

index d37d945..b05bbd4 100644 (file)
@@ -15,8 +15,6 @@ trait Pman_Core_AssetTrait {
     
     function outputJavascriptDir($path)
     {
-        print_r($path);
-        
         
         $relpath = $this->rootURL . '/' . $path .'/';
         $ff = HTML_FlexyFramework::get();