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

Commit 7845f239 authored by Julius D'souza's avatar Julius D'souza Committed by android-build-merger
Browse files

DO NOT MERGE: remove miscellaneous logging

am: 89737391

Change-Id: I1917dd91694a8edbf1b1f427909bd7e65f63008c
parents 6f4189d4 89737391
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -321,7 +321,6 @@ class AutomaticBrightnessController {
                mLightSensorEnabled = false;
                mRecentLightSamples = 0;
                mHandler.removeMessages(MSG_UPDATE_AMBIENT_LUX);
                Slog.d(TAG, "disabling light sensor");
                mSensorManager.unregisterListener(mLightSensorListener);
            }
        }
@@ -349,7 +348,6 @@ class AutomaticBrightnessController {
        }
        mAmbientLightRingBuffer.prune(time - mAmbientLightHorizon);
        mAmbientLightRingBuffer.push(time, lux);
        Slog.d(TAG, "pushing lux: " + lux);

        // Remember this sample value.
        mLastObservedLux = lux;