Remove debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40435 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -410,7 +410,6 @@ FetchMessageCommand::Handle(const BString& response)
|
|||||||
if (uid >= 0)
|
if (uid >= 0)
|
||||||
fIMAPMailbox.Listener().HeaderFetched(uid, data);
|
fIMAPMailbox.Listener().HeaderFetched(uid, data);
|
||||||
|
|
||||||
printf("fFetchBodyLimit %i\n", (int)fFetchBodyLimit);
|
|
||||||
if (fFetchBodyLimit >= 0 && fFetchBodyLimit <= messageSize)
|
if (fFetchBodyLimit >= 0 && fFetchBodyLimit <= messageSize)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user