Asset.php
authorjohn <john@roojs.com>
Wed, 15 Aug 2018 06:25:53 +0000 (14:25 +0800)
committerjohn <john@roojs.com>
Wed, 15 Aug 2018 06:25:53 +0000 (14:25 +0800)
Asset.php

index 6602318..c4bf9a0 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -141,19 +141,10 @@ class Pman_Core_Asset extends Pman {
                     "{$type}compile"
                 ));
                 break;
-            case 'template':
-                print_r($ff);exit;
-                break;
             default:
                 return false;
         }
         
-        exit;
-        
-        
-        
-        
-        
         if (file_exists($compile_dir)) {
             return $compile_dir;
         }