Removed some logging that should not have made it to SVN
This commit is contained in:
parent
f4d7b54fb6
commit
49426f3107
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue