mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing request time output from index.php. Makes non sgml requests like json easier to do. Fixes #720
This commit is contained in:
parent
82250efc3e
commit
78653347b2
2 changed files with 0 additions and 6 deletions
|
@ -82,6 +82,3 @@
|
|||
$Dispatcher = new Dispatcher();
|
||||
$Dispatcher->dispatch();
|
||||
}
|
||||
if (Configure::read() > 0) {
|
||||
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
|
||||
}
|
||||
|
|
|
@ -82,6 +82,3 @@
|
|||
$Dispatcher = new Dispatcher();
|
||||
$Dispatcher->dispatch();
|
||||
}
|
||||
if (Configure::read() > 0) {
|
||||
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue