author | alwin <alwin> | 2004-03-07 02:15:06 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-07 02:15:06 (UTC) |
commit | df4f3107d45976d9276ef96df4683822cf05d38c (patch) (unidiff) | |
tree | 1a9f021791cac577d82a71af7d9d8b57756304b8 | |
parent | 9b3af0c792777462126317a0335d2c355b4d8b13 (diff) | |
download | opie-df4f3107d45976d9276ef96df4683822cf05d38c.zip opie-df4f3107d45976d9276ef96df4683822cf05d38c.tar.gz opie-df4f3107d45976d9276ef96df4683822cf05d38c.tar.bz2 |
removed debug output which will realy slow down things
-rw-r--r-- | noncore/net/mail/libmailwrapper/genericwrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/libmailwrapper/genericwrapper.cpp b/noncore/net/mail/libmailwrapper/genericwrapper.cpp index b1e4459..350808a 100644 --- a/noncore/net/mail/libmailwrapper/genericwrapper.cpp +++ b/noncore/net/mail/libmailwrapper/genericwrapper.cpp | |||
@@ -468,7 +468,7 @@ void Genericwrapper::parseList(QList<RecMail> &target,mailsession*session,const | |||
468 | QBitArray mFlags(7); | 468 | QBitArray mFlags(7); |
469 | msg = (mailmessage*)carray_get(env_list->msg_tab, i); | 469 | msg = (mailmessage*)carray_get(env_list->msg_tab, i); |
470 | if (msg->msg_fields == NULL) { | 470 | if (msg->msg_fields == NULL) { |
471 | qDebug("could not fetch envelope of message %i", i); | 471 | //qDebug("could not fetch envelope of message %i", i); |
472 | continue; | 472 | continue; |
473 | } | 473 | } |
474 | RecMail * mail = new RecMail(); | 474 | RecMail * mail = new RecMail(); |