Remove debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40435 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2011-02-10 21:48:18 +00:00
parent 3d2622c790
commit a24bc8d9a3

View File

@ -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;