HTML/FlexyFramework/Page.php
authorEdward <edward@roojs.com>
Thu, 15 Nov 2018 02:57:57 +0000 (10:57 +0800)
committerEdward <edward@roojs.com>
Thu, 15 Nov 2018 02:57:57 +0000 (10:57 +0800)
HTML/FlexyFramework/Page.php

index 837c9a6..4a5c810 100644 (file)
@@ -268,7 +268,6 @@ class HTML_FlexyFramework_Page  {
 
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->masterTemplate);
-        print_r($template_engine);exit;
         if (!$this->_cache || !$this->cacheMethod) {
             $template_engine->outputObject($this,$this->elements);
             return;