From 212515e02ccdc8f53d655c6087327fb38ef11b35 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 4 Apr 2002 11:52:50 +0000 Subject: [PATCH] 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 --- phpBB/extension.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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