From 3e77f2e9f5a98fc5917642bd47ceeef89b95c858 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 23 Feb 2018 10:46:36 +1000 Subject: [PATCH] evdev: remove excessive debugging output Accidentally committed in 2a378beab032d74277 Signed-off-by: Peter Hutterer --- src/evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev.c b/src/evdev.c index 5b23201c..257824aa 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -848,7 +848,7 @@ evdev_process_event(struct evdev_device *device, struct input_event *e) struct evdev_dispatch *dispatch = device->dispatch; uint64_t time = tv2us(&e->time); -#if 1 +#if 0 evdev_print_event(device, e); #endif