Removed unused debug message
This commit is contained in:
parent
8493847895
commit
f832e08de3
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue