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