JsCompile.php
authorAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 04:14:08 +0000 (12:14 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 04:14:08 +0000 (12:14 +0800)
JsCompile.php

index 7d4c604..e7f8587 100644 (file)
@@ -291,7 +291,7 @@ class Pman_Core_JsCompile  extends Pman
             unlink($output);
         }
         
-         var_dump($output);
+         
         if (!file_exists(dirname($output))) {
             mkdir(dirname($output), 0755, true);
         }