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

Commit a817c44f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary log"

parents 9baac690 9a28809f
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);
            }