diff options
-rw-r--r-- | tools/syndaemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syndaemon.c b/tools/syndaemon.c index d527b76..bead545 100644 --- a/tools/syndaemon.c +++ b/tools/syndaemon.c @@ -449,7 +449,6 @@ void record_main_loop(Display* display, double idle_time) { if (ret == 0 && pad_disabled) { /* timeout => enable event */ toggle_touchpad(True); - if (verbose) printf("enable touchpad\n"); } } /* end while(1) */ |