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