HTML/FlexyFramework/Page.php
authorjohn <john@roojs.com>
Sun, 15 Jul 2018 12:02:01 +0000 (20:02 +0800)
committerjohn <john@roojs.com>
Sun, 15 Jul 2018 12:02:01 +0000 (20:02 +0800)
HTML/FlexyFramework/Page.php

index 6190ab8..eed7f99 100644 (file)
@@ -283,8 +283,6 @@ class HTML_FlexyFramework_Page  {
     */
     function outputBody() {
 
-        print_r('output body');exit;
-
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->template);
         if ($this->elements) { /* BC crap! */