mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 09:38:52 -05:00
Removed unused debug message
This commit is contained in:
parent
8493847895
commit
f832e08de3
@ -11,7 +11,6 @@ import android.os.Handler;
|
||||
import android.os.PowerManager;
|
||||
import android.text.Editable;
|
||||
import android.text.TextWatcher;
|
||||
import android.util.Config;
|
||||
import android.util.Log;
|
||||
import android.util.TypedValue;
|
||||
import android.view.*;
|
||||
@ -835,10 +834,6 @@ public class FolderList extends K9ListActivity {
|
||||
if (account.equals(mAccount)) {
|
||||
|
||||
mHandler.progress(false);
|
||||
|
||||
if (Config.LOGV) {
|
||||
Log.v(K9.LOG_TAG, "listFoldersFailed " + message);
|
||||
}
|
||||
}
|
||||
super.listFoldersFailed(account, message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user