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

Commit 5ff2ae9b authored by Neill Kapron's avatar Neill Kapron Committed by Automerger Merge Worker
Browse files

Merge "ShadeCarrierGroupController: remove excessive log" into main am: c3d10220 am: 2b678543

parents 8f9e245e 2b678543
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -345,9 +345,7 @@ public class ShadeCarrierGroupController {
            }
        }

        if (mStatusBarPipelineFlags.useNewShadeCarrierGroupMobileIcons()) {
            Log.d(TAG, "ignoring old pipeline callback because new mobile icon is enabled");
        } else {
        if (!mStatusBarPipelineFlags.useNewShadeCarrierGroupMobileIcons()) {
            for (int i = 0; i < SIM_SLOTS; i++) {
                mCarrierGroups[i].updateState(mInfos[i], singleCarrier);
            }