summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-04-23 15:12:17 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-04-23 15:12:17 +0200
commitfc2b025081acc0fe4841b74cd6e077ca62019ee2 (patch)
tree9fbff37d696df0a86d4c4ed8aaeafba82eff65ac
parentab366809d5df50f9e5c88e1ab3671318d296ccb3 (diff)
Remove debug output
-rw-r--r--program/steps/mail/search.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/search.inc b/program/steps/mail/search.inc
index f52d1a084..fe2c72923 100644
--- a/program/steps/mail/search.inc
+++ b/program/steps/mail/search.inc
@@ -174,7 +174,6 @@ else if ($err_code = $RCMAIL->storage->get_error_code()) {
else if ($result->incomplete) {
$count = 0; // keep UI locked
$OUTPUT->command('continue_search', $search_request);
- console('search incomplete', strlen(serialize($result)));
}
else {
$OUTPUT->show_message('searchnomatch', 'notice');