summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2012-01-26 20:32:35 +0000
committermark <mark>2012-01-26 20:32:35 +0000
commita043352734c05ce0f60d6d395d80c733f960a9ac (patch)
tree0fd97044fc739cd06d4a5e7c548e38705d942a35
parent71da79d075f823a1b3d6dedd5ffeed655cd2aaec (diff)
and remove debugging code
-rw-r--r--httemplate/graph/elements/report.html1
1 files changed, 0 insertions, 1 deletions
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');
}