Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb67a21a authored by cketti's avatar cketti
Browse files

Remove commented-out code

parent 7aa4c130
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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;
        }