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

Commit 9a28809f authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Remove unnecessary log

Test: Builds
Change-Id: I253f383d7a130366de6a587c6dc9c328105442d9
parent 7ec874dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -514,7 +514,6 @@ public class BiometricService extends SystemService {
        }

        public boolean getFaceEnabledForApps(int userId) {
            Slog.e(TAG, "getFaceEnabledForApps: " + userId, new Exception());
            if (!mFaceEnabledForApps.containsKey(userId)) {
                onChange(true /* selfChange */, FACE_UNLOCK_APP_ENABLED, userId);
            }