Turn off debug flag

This commit is contained in:
Suchi Amalapurapu
2010-01-04 16:18:06 -08:00
parent 1dabb95d28
commit d9328513da

View File

@@ -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;