Skip to content

Commit

Permalink
Fix[gyro_control]: whoops, forgot to remove the log print
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Nov 22, 2024
1 parent 62de3d3 commit 383b3ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.util.Log;
import android.view.OrientationEventListener;
import android.view.Surface;
import android.view.WindowManager;
Expand Down Expand Up @@ -81,7 +80,6 @@ public void disable() {
mCorrectionListener.disable();
mStoredX = mStoredY = 0;
resetDamper();
Log.i("GyroControl", "STOP");
CallbackBridge.removeGrabListener(this);
}

Expand Down

0 comments on commit 383b3ed

Please sign in to comment.