Skip to content
Snippets Groups Projects
Commit 2eef6042 authored by Tim Steiner's avatar Tim Steiner
Browse files

Remove some debugging output that may be causing problems with file downloads.

parent 6c6ae747
No related branches found
Tags
No related merge requests found
......@@ -61,8 +61,10 @@ $controller->setParam('noViewRenderer', true);
Zend_Session::start();
$controller->dispatch();
/*
$runTime = (microtime(true) - $GLOBALS['startTime']);
echo '<!-- Total Run Time: ' . $runTime . ' -->' . "\n";
$profiles = $db->getProfiler()->getQueryProfiles();
echo '<!-- Total Queries: ' . count($profiles) . ' -->' . "\n";
*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment