mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 07:18:08 +02:00
evdev: remove excessive debugging output
Accidentally committed in 2a378beab0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2a378beab0
commit
3e77f2e9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ evdev_process_event(struct evdev_device *device, struct input_event *e)
|
||||||
struct evdev_dispatch *dispatch = device->dispatch;
|
struct evdev_dispatch *dispatch = device->dispatch;
|
||||||
uint64_t time = tv2us(&e->time);
|
uint64_t time = tv2us(&e->time);
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
evdev_print_event(device, e);
|
evdev_print_event(device, e);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue