Signed-off-by: Peter Hutterer <[email protected]>
---
 test/gestures.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/gestures.c b/test/gestures.c
index 9fc73b9..39be36c 100644
--- a/test/gestures.c
+++ b/test/gestures.c
@@ -110,7 +110,6 @@ START_TEST(gestures_swipe_3fg)
 
                dx = libinput_event_gesture_get_dx(gevent);
                dy = libinput_event_gesture_get_dy(gevent);
-               debug_trace("delta: %.2f/%.2f\n", dx, dy);
                if (dir_x == 0.0)
                        ck_assert(dx == 0.0);
                else if (dir_x < 0.0)
-- 
2.5.0

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to