Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Nov 28, 2024
1 parent e26fd79 commit 0a32352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/limelight/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,6 @@ else if (event.getActionMasked() == MotionEvent.ACTION_CANCEL) {
// NB: View is only present if called from a view callback
private boolean handleMotionEvent(View view, MotionEvent event) {

LimeLog.info("Motion event: " + event.toString());
// Pass through mouse/touch/joystick input if we're not grabbing
if (!grabbedInput) {
return false;
Expand Down

0 comments on commit 0a32352

Please sign in to comment.