From ca7aa70f7468eb938c4de43b1f72a14118112af1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Aug 2013 14:29:13 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index a5cab6f8..3e37a422 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -118,7 +118,7 @@ class Pman_Core_JsCompile extends Pman } return ($a > $b) ? +1 : -1; }); - print_R($ofiles); + //print_R($ofiles); $output = md5(serialize($arfiles)) .'.js'; -- 2.39.2