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

Commit 89737391 authored by Julius D'souza's avatar Julius D'souza
Browse files

DO NOT MERGE: remove miscellaneous logging

Change-Id: Id5ca513228e87b3d3b4e66ad34537ed454c65ad2
parent c4e1e490
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;