summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-12-01 13:02:14 +0000
committeralecpl <alec@alec.pl>2011-12-01 13:02:14 +0000
commitad33280950e4edeb11d7c313b9ba7f3c96563d8f (patch)
treef9b04d50662c5d5fc7b74772501adc1ece566dc0 /program/include/rcmail.php
parent14b342b03aaedadb67244149e7dea3210c6ac0ed (diff)
- Remove debug code from last commit
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 3808c600a..6f0ba2ce9 100644
--- a/program/include/rcmail.php
+++ b/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();
}