diff options
author | mark <mark> | 2012-01-26 20:32:50 +0000 |
---|---|---|
committer | mark <mark> | 2012-01-26 20:32:50 +0000 |
commit | cfceb11a01354e3e6e78fd3e466656a3fdbac19e (patch) | |
tree | dd8004da1d30a9f7562c0336128ec21a6cc405ad /httemplate/graph | |
parent | 3a3a22ab974d5c23dc48c397a31ffc00c6d18a2e (diff) |
and remove debugging code
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/elements/report.html | 1 |
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'); } |