From 0eeee634139a13e10f18a4e5168eca5105a1bb04 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 29 May 2009 08:19:59 -0400
Subject: [PATCH] - fix too many debug info ;)
---
program/lib/imap.inc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/program/lib/imap.inc b/program/lib/imap.inc
index c65f905..2954ecf 100644
--- a/program/lib/imap.inc
+++ b/program/lib/imap.inc
@@ -2623,7 +2623,6 @@
$result = trim(substr($result, strpos($result, 'BODYSTRUCTURE')+13, -(strlen($result)-strrpos($result, $key)+1)));
}
}
- console('----'.$result);
return $result;
}
--
Gitblit v1.9.1