Skip to content

Commit fb727e5

Browse files
author
johanw
committed
unused print statement
1 parent ce5e142 commit fb727e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libinput-gestures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ class SWIPE(GESTURE):
467467
if abx**2 + aby**2-self.moved**2 > self.thresholdmove(motion):
468468
self.moved+=self.thresholdmove(motion)
469469
self.action(motion)
470-
print(self.moved)
471470

472471
return True
473472

0 commit comments

Comments
 (0)