mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
syndaemon: Remove superfluous message.
toggle_touchpad() already prints if we're running verbose. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user