From ad33280950e4edeb11d7c313b9ba7f3c96563d8f Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 01 Dec 2011 08:02:14 -0500
Subject: [PATCH] - Remove debug code from last commit 

---
 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 3808c60..6f0ba2c 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -1213,7 +1213,6 @@
       $this->smtp->disconnect();
 
     foreach ($this->address_books as $book) {
-console('---------------');
       if (is_object($book) && is_a($book, 'rcube_addressbook'))
         $book->close();
     }

--
Gitblit v1.9.1