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

Commit e94379be authored by Eric Laurent's avatar Eric Laurent
Browse files

remove debug log in AudioPortEventHandler.

Bug: 14815883.
Change-Id: Ib5076fcfe8a36d1dd772b072fdf3400e57acc61c
parent e205192c
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) {