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

Commit d9328513 authored by Suchi Amalapurapu's avatar Suchi Amalapurapu
Browse files

Turn off debug flag

parent 1dabb95d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import android.util.Log;
 */
public abstract class WindowOrientationListener {
    private static final String TAG = "WindowOrientationListener";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;
    private static final boolean localLOGV = DEBUG || Config.DEBUG;
    private SensorManager mSensorManager;
    private boolean mEnabled = false;