Skip to content

Commit

Permalink
turning debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Sep 26, 2012
1 parent 11528e3 commit 1cd5fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Koch/Module/Controller.php
Expand Up @@ -400,8 +400,8 @@ public function display($templates = null)
$template = $view_mapper->getTemplateName();

// Debug display of Layout Template and Content Template
\Koch\Debug\Debug::firebug('Layout/Wrapper Template: ' . $this->view->getLayoutTemplate() . '<br />');
\Koch\Debug\Debug::firebug('Template Name: ' . $template . '<br />');
#\Koch\Debug\Debug::firebug('Layout/Wrapper Template: ' . $this->view->getLayoutTemplate() . '<br />');
#\Koch\Debug\Debug::firebug('Template Name: ' . $template . '<br />');

// render the content / template
$content = $this->view->render($template);
Expand Down

0 comments on commit 1cd5fb2

Please sign in to comment.