diff options
author | alecpl <alec@alec.pl> | 2011-12-01 13:02:14 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-01 13:02:14 +0000 |
commit | ad33280950e4edeb11d7c313b9ba7f3c96563d8f (patch) | |
tree | f9b04d50662c5d5fc7b74772501adc1ece566dc0 | |
parent | 14b342b03aaedadb67244149e7dea3210c6ac0ed (diff) |
- Remove debug code from last commit
-rw-r--r-- | program/include/rcmail.php | 1 |
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(); } |