summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-16 17:54:07 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-16 17:54:07 +0000
commit5c85ed30ccb4ef74291b003faeeba1456d35e1f6 (patch)
tree8ab249c8dea61f18cdc5a1d466c7afd08e6ab2f7 /roundcubemail
parentadcdcdeb9959baf419b9870891694a4a02564bd2 (diff)
Remove debugging stuff
git-svn-id: https://svn.roundcube.net/trunk@5227 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/program/include/rcube_json_output.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_json_output.php b/roundcubemail/program/include/rcube_json_output.php
index e0a29c1b1..ade9cc033 100644
--- a/roundcubemail/program/include/rcube_json_output.php
+++ b/roundcubemail/program/include/rcube_json_output.php
@@ -219,7 +219,6 @@ class rcube_json_output
*/
public function send()
{
- sleep(6);
$this->remote_response();
exit;
}