Skip to content

Commit

Permalink
removed debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
icecaster committed Jan 19, 2012
1 parent 6fb6b4a commit 3e0548d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/Admin/SlotManager.php
Expand Up @@ -48,7 +48,6 @@ public function Slot($Name) {


function Template() { function Template() {
if($TemplateFile = $this->controller->CMSTemplateAbsFile()) { if($TemplateFile = $this->controller->CMSTemplateAbsFile()) {
echo $TemplateFile;
$contents = file_get_contents($TemplateFile); $contents = file_get_contents($TemplateFile);
$Template = new SSViewer_FromString($contents); $Template = new SSViewer_FromString($contents);
return $this->renderWith($Template); return $this->renderWith($Template);
Expand Down

0 comments on commit 3e0548d

Please sign in to comment.