Removed some logging that should not have made it to SVN

This commit is contained in:
Bao-Long Nguyen-Trong 2009-05-21 18:53:27 +00:00
parent f4d7b54fb6
commit 49426f3107

View file

@ -1462,7 +1462,6 @@ public class ImapStore extends Store {
open();
String tag = Integer.toString(mNextCommandTag++);
String commandToSend = tag + " " + command;
Log.v(Email.LOG_TAG, commandToSend);
mOut.write(commandToSend.getBytes());
mOut.write('\r');
mOut.write('\n');