mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 13:49:15 -05:00
Removed some logging that should not have made it to SVN
This commit is contained in:
parent
f4d7b54fb6
commit
49426f3107
@ -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 New Issue
Block a user