summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-01 13:02:14 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-01 13:02:14 +0000
commitb6aa75b9d043cd15597f4b05ead6f8e579c311b6 (patch)
treeff10d22e7d7e037a1568b6e547279c81e5f4813f
parent99736fa7c5a62df6696427db9cdf9d866bb3d3ca (diff)
- Remove debug code from last commit
git-svn-id: https://svn.roundcube.net/trunk@5523 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/include/rcmail.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php
index 3808c600a..6f0ba2ce9 100644
--- a/roundcubemail/program/include/rcmail.php
+++ b/roundcubemail/program/include/rcmail.php
@@ -1213,7 +1213,6 @@ class rcmail
$this->smtp->disconnect();
foreach ($this->address_books as $book) {
-console('---------------');
if (is_object($book) && is_a($book, 'rcube_addressbook'))
$book->close();
}