aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPSession.mm
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-04 23:17:33 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-04 23:17:33 -0700
commit55f998e5076e6ee5607580a56bdac68e605e1050 (patch)
tree8313b526775f494806ff82f67d0f6e31e39ab6bb /src/objc/imap/MCOIMAPSession.mm
parentcf0e72e7f751413c57b0a2dd1c7adcf7e1a37c38 (diff)
Cleaned provider implementation
Diffstat (limited to 'src/objc/imap/MCOIMAPSession.mm')
-rw-r--r--src/objc/imap/MCOIMAPSession.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/objc/imap/MCOIMAPSession.mm b/src/objc/imap/MCOIMAPSession.mm
index 0be1afa3..9f00d1e7 100644
--- a/src/objc/imap/MCOIMAPSession.mm
+++ b/src/objc/imap/MCOIMAPSession.mm
@@ -138,9 +138,6 @@ MCO_OBJC_SYNTHESIZE_SCALAR(unsigned int, unsigned int, setMaximumConnections, ma
requestKind:(MCOIMAPMessagesRequestKind)requestKind
uids:(MCOIndexSet *)uids
{
- NSLog(@"1:%p", MCO_NATIVE_INSTANCE);
- NSLog(@"2:%p", [folder mco_mcString]);
- NSLog(@"3:%p", MCO_FROM_OBJC(IndexSet, uids));
IMAPFetchMessagesOperation * coreOp = MCO_NATIVE_INSTANCE->fetchMessagesByUIDOperation([folder mco_mcString],
(IMAPMessagesRequestKind) requestKind,
MCO_FROM_OBJC(IndexSet, uids));