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

Commit 49ac7586 authored by Evan Severson's avatar Evan Severson
Browse files

Remove debug log from SensorPrivacyService

Test: Presubmit
Fixes: 221284968
Change-Id: I746debefabcba3ae0ba5699fd07c665c5efdcf80
parent ba688138
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -918,7 +918,6 @@ public final class SensorPrivacyService extends SystemService {
         */
        @Override
        public void addToggleSensorPrivacyListener(ISensorPrivacyListener listener) {
            Log.d("evan", "trying to add from " + Binder.getCallingUid());
            enforceObserveSensorPrivacyPermission();
            if (listener == null) {
                throw new IllegalArgumentException("listener cannot be null");