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

Commit 5df8df57 authored by Jack Yu's avatar Jack Yu
Browse files

Hide spamming debug messages

Test: Build
Bug: 148957619
Change-Id: Ia2e218387ed7c7413e2b21e0cb552682813f3532
parent b87b3b8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ public class SubscriptionController extends ISub.Stub {
            if (subList != null) {
                for (SubscriptionInfo si : subList) {
                    if (si.getSubscriptionId() == subId) {
                        if (DBG) {
                        if (VDBG) {
                            logd("[getActiveSubscriptionInfo]+ subId=" + subId + " subInfo=" + si);
                        }