Removing request time output from index.php. Makes non sgml requests like json easier to do. Fixes #720

This commit is contained in:
mark_story 2010-05-20 23:13:45 -04:00
parent 82250efc3e
commit 78653347b2
2 changed files with 0 additions and 6 deletions

View file

@ -82,6 +82,3 @@
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch();
}
if (Configure::read() > 0) {
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
}

View file

@ -82,6 +82,3 @@
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch();
}
if (Configure::read() > 0) {
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
}