diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-29 12:19:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-29 12:19:59 +0000 |
| commit | 195cdfb2367fa606505d03771dc53162c7eb1004 (patch) | |
| tree | db8b5e43313ad8934c1d46da9640bf70192bc2c9 | |
| parent | cdd4ee06fa3c9b6c2a5aebf552c3f0c2c7f3f599 (diff) | |
- fix too many debug info ;)
git-svn-id: https://svn.roundcube.net/trunk@2570 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/lib/imap.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc index c65f90537..2954ecfe5 100644 --- a/roundcubemail/program/lib/imap.inc +++ b/roundcubemail/program/lib/imap.inc @@ -2623,7 +2623,6 @@ function iil_C_FetchStructureString(&$conn, $folder, $id) { $result = trim(substr($result, strpos($result, 'BODYSTRUCTURE')+13, -(strlen($result)-strrpos($result, $key)+1))); } } - console('----'.$result); return $result; } |
