From f7387d5f0c5ffc4bb068e06687914c0bc8cc76e4 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 16 Sep 2011 13:54:07 -0400
Subject: [PATCH] Remove debugging stuff

---
 program/include/rcube_json_output.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php
index e0a29c1..ade9cc0 100644
--- a/program/include/rcube_json_output.php
+++ b/program/include/rcube_json_output.php
@@ -219,7 +219,6 @@
      */
     public function send()
     {
-      sleep(6);
         $this->remote_response();
         exit;
     }

--
Gitblit v1.9.1