remove debugPrint

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7975 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-12-15 02:14:10 +00:00
parent 4538606662
commit a23cce4c3e

View file

@ -348,7 +348,6 @@
Context::set('start_module', $output->data);
Context::set('status', $status);
debugPrint($status);
Context::set('layout','none');
$this->setTemplateFile('index');
}