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

Commit a335e14b authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "remove debug log in AudioPortEventHandler." into lmp-preview-dev

parents 8089ce7c e94379be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ class AudioPortEventHandler {
            mHandler = new Handler(looper) {
                @Override
                public void handleMessage(Message msg) {
                    Log.i(TAG, "handleMessage: "+msg.what);
                    ArrayList<AudioManager.OnAudioPortUpdateListener> listeners;
                    synchronized (this) {
                        if (msg.what == AUDIOPORT_EVENT_NEW_LISTENER) {