Skip to content

Commit

Permalink
Removing request time output from index.php. Makes non sgml requests …
Browse files Browse the repository at this point in the history
…like json easier to do. Fixes #720
  • Loading branch information
markstory committed May 21, 2010
1 parent 82250ef commit 7865334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/webroot/index.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,6 +82,3 @@
$Dispatcher = new Dispatcher(); $Dispatcher = new Dispatcher();
$Dispatcher->dispatch(); $Dispatcher->dispatch();
} }
if (Configure::read() > 0) {
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
}
3 changes: 0 additions & 3 deletions cake/console/templates/skel/webroot/index.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,6 +82,3 @@
$Dispatcher = new Dispatcher(); $Dispatcher = new Dispatcher();
$Dispatcher->dispatch(); $Dispatcher->dispatch();
} }
if (Configure::read() > 0) {
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
}

0 comments on commit 7865334

Please sign in to comment.