mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
Log.w shouldn't be wrapped in an "if debug" statement.
This commit is contained in:
parent
6a8ea924c9
commit
483655fa20
@ -2240,8 +2240,7 @@ public class ImapStore extends Store
|
|||||||
|
|
||||||
if (response.mTag != null && response.mTag.equals(tag) == false)
|
if (response.mTag != null && response.mTag.equals(tag) == false)
|
||||||
{
|
{
|
||||||
if (K9.DEBUG)
|
Log.w(K9.LOG_TAG, "After sending tag " + tag + ", got tag response from previous command " + response + " for " + getLogId());
|
||||||
Log.w(K9.LOG_TAG, "After sending tag " + tag + ", got tag response from previous command " + response + " for " + getLogId());
|
|
||||||
Iterator<ImapResponse> iter = responses.iterator();
|
Iterator<ImapResponse> iter = responses.iterator();
|
||||||
while (iter.hasNext())
|
while (iter.hasNext())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user