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

Commit 063b8d66 authored by Wink Saville's avatar Wink Saville
Browse files

Fix double DBG check.

Change-Id: I45e175df698240b80374f98043b50a014fd9779a
parent 6d13bc8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class PhoneStateListener {
        mHandler = new Handler(looper) {
            public void handleMessage(Message msg) {
                if (DBG) {
                    if (DBG) log("mSubId=" + mSubId + " what=0x" + Integer.toHexString(msg.what)
                    log("mSubId=" + mSubId + " what=0x" + Integer.toHexString(msg.what)
                            + " msg=" + msg);
                }
                switch (msg.what) {