diff --git a/phpBB/extension.inc b/phpBB/extension.inc index 1858c864d1..abc99efe9c 100644 --- a/phpBB/extension.inc +++ b/phpBB/extension.inc @@ -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; ?> \ No newline at end of file