summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-07 10:46:53 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-07 10:46:53 +0000
commitc80c4ff1baeb46b4e92ab629846fcc49f95fb3fa (patch)
tree4cf876667252d4566573bf8ce12a1074439ed176 /roundcubemail/program/include/rcube_imap.php
parentb2ad315b7935a20fcc075689d47492d4839b754f (diff)
- Get rid of IMAP connection message tracing
git-svn-id: https://svn.roundcube.net/trunk@4311 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_imap.php')
-rw-r--r--roundcubemail/program/include/rcube_imap.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php
index 7db5e5468..990e1a05d 100644
--- a/roundcubemail/program/include/rcube_imap.php
+++ b/roundcubemail/program/include/rcube_imap.php
@@ -156,13 +156,8 @@ class rcube_imap
$this->ssl = $use_ssl;
if ($this->conn->connected()) {
- // print trace messages
- if ($this->conn->message && ($this->debug_level & 8)) {
- console($this->conn->message);
- }
// get namespace and delimiter
$this->set_env();
-
return true;
}
// write error log