1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Remove commented-out code

This commit is contained in:
cketti 2014-09-04 21:58:18 +02:00
parent 7aa4c1308e
commit cb67a21a93

View File

@ -4624,21 +4624,11 @@ public class MessagingController implements Runnable {
if (modeMismatch(aDisplayMode, fDisplayClass)) {
// Never notify a folder that isn't displayed
/*
if (K9.DEBUG)
Log.v(K9.LOG_TAG, "Not notifying folder " + localFolder.getName() +
" which is in display mode " + fDisplayClass + " while account is in display mode " + aDisplayMode);
*/
return false;
}
if (modeMismatch(aNotifyMode, fNotifyClass)) {
// Do not notify folders in the wrong class
/*
if (K9.DEBUG)
Log.v(K9.LOG_TAG, "Not notifying folder " + localFolder.getName() +
" which is in notify mode " + fNotifyClass + " while account is in notify mode " + aNotifyMode);
*/
return false;
}