From cfceb11a01354e3e6e78fd3e466656a3fdbac19e Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 26 Jan 2012 20:32:50 +0000 Subject: [PATCH] and remove debugging code --- httemplate/graph/elements/report.html | 1 - 1 file changed, 1 deletion(-) diff --git a/httemplate/graph/elements/report.html b/httemplate/graph/elements/report.html index 6d2a90c66..da2235fa9 100644 --- a/httemplate/graph/elements/report.html +++ b/httemplate/graph/elements/report.html @@ -279,7 +279,6 @@ if ( $cgi->param('session') =~ /^(\d+)$/ ) { } else { $session = sprintf("%010d%06d", time, int(rand(1000000))); - sleep(2); $m->cache->set($session, \%opt, '1h'); } -- 2.11.0