mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 06:08:08 +02:00
tools: remove a leftover debug printf statement
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit e242ad219a)
This commit is contained in:
parent
0df61c76fe
commit
859e09cb79
1 changed files with 0 additions and 1 deletions
|
|
@ -967,7 +967,6 @@ main(int argc, char **argv)
|
||||||
verbose = true;
|
verbose = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf(".. %c\n", c);
|
|
||||||
if (tools_parse_option(c, optarg, &options) != 0) {
|
if (tools_parse_option(c, optarg, &options) != 0) {
|
||||||
usage();
|
usage();
|
||||||
return 1;
|
return 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue