and remove debugging code
authormark <mark>
Thu, 26 Jan 2012 20:32:50 +0000 (20:32 +0000)
committermark <mark>
Thu, 26 Jan 2012 20:32:50 +0000 (20:32 +0000)
httemplate/graph/elements/report.html

index 6d2a90c..da2235f 100644 (file)
@@ -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');
 }