mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
We don't need to log the content of the map each time we add to it.
This commit is contained in:
parent
44da2e1fe6
commit
af55c6f48b
@ -1165,7 +1165,7 @@ public class ImapStore extends Store
|
||||
msgSeqUidMap.put(msgSeq, uid);
|
||||
if (K9.DEBUG)
|
||||
{
|
||||
Log.v(K9.LOG_TAG, "Stored uid '" + uid + "' for msgSeq " + msgSeq + " into map " + msgSeqUidMap.toString());
|
||||
Log.v(K9.LOG_TAG, "Stored uid '" + uid + "' for msgSeq " + msgSeq + " into map " /*+ msgSeqUidMap.toString() */);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Loading…
Reference in New Issue
Block a user