summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-09-16 17:54:07 +0000
committerthomascube <thomas@roundcube.net>2011-09-16 17:54:07 +0000
commitf7387d5f0c5ffc4bb068e06687914c0bc8cc76e4 (patch)
tree8e02b2dcd2e328fb72dce1416fad2b4234c545b6
parent06dc9838e0327c9472cbd3f353b40317eba0ecef (diff)
Remove debugging stuff
-rw-r--r--program/include/rcube_json_output.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php
index e0a29c1b1..ade9cc033 100644
--- a/program/include/rcube_json_output.php
+++ b/program/include/rcube_json_output.php
@@ -219,7 +219,6 @@ class rcube_json_output
*/
public function send()
{
- sleep(6);
$this->remote_response();
exit;
}