From 9d4d48ad4c7ff07b7cd05ad7abb38b9baa2a013b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 02 Nov 2014 11:50:32 -0500 Subject: [PATCH] Remove debug code --- program/lib/Roundcube/rcube_imap_cache.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/lib/Roundcube/rcube_imap_cache.php b/program/lib/Roundcube/rcube_imap_cache.php index 560b3b8..81df076 100644 --- a/program/lib/Roundcube/rcube_imap_cache.php +++ b/program/lib/Roundcube/rcube_imap_cache.php @@ -498,7 +498,7 @@ } $this->db->set_option('ignore_key_errors', true); -console($msg); + // insert new record $res = $this->db->query( "INSERT INTO {$this->messages_table}" -- Gitblit v1.9.1