From 5e60d83c41a5f22661f2e332f860bdb8f7c2a4e7 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 2 Nov 2011 18:27:21 +0000 Subject: [PATCH] remove speed debugging git-svn-id: http://www.observium.org/svn/observer/trunk@2708 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/bills.inc.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/html/pages/bills.inc.php b/html/pages/bills.inc.php index e7a6f61e1..31e26a994 100644 --- a/html/pages/bills.inc.php +++ b/html/pages/bills.inc.php @@ -163,12 +163,6 @@ if ($_GET['opta'] == "add") "); - -$end = utime(); $run = $end - $start; -$gentime = substr($run, 0, 5); - -echo ($gentime); - $i++; } ### PERMITTED }