HTML/FlexyFramework/Page.php
authorEdward <edward@roojs.com>
Tue, 10 Jun 2014 06:46:42 +0000 (14:46 +0800)
committerEdward <edward@roojs.com>
Tue, 10 Jun 2014 06:46:42 +0000 (14:46 +0800)
HTML/FlexyFramework/Page.php

index 61f2259..2b1d186 100644 (file)
@@ -283,7 +283,6 @@ class HTML_FlexyFramework_Page  {
     function outputBody() {
 
         $template_engine = new HTML_Template_Flexy();
-        print_r($this);exit;
         $template_engine->compile($this->template);
         if ($this->elements) { /* BC crap! */
             $this->elements = HTML_Template_Flexy_Factory::setErrors($this->elements,$this->errors);