1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 07:07:51 +02:00

Remove timing for final release ...can always be put back for those that want it

git-svn-id: file:///svn/phpbb/trunk@2480 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-04-04 11:52:50 +00:00
parent 53c2a1d921
commit 212515e02c

@ -21,12 +21,6 @@ if ( !defined('IN_PHPBB') )
//
$phpEx = "php";
//
// For debug timing
//
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$starttime = $mtime;
$starttime = 0;
?>