summaryrefslogtreecommitdiff
path: root/tools/libinput-debug-events.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-09-05 14:03:28 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-09-06 09:24:29 +1000
commite242ad219ae89a709995e81719032fa8e9e06889 (patch)
tree29e8e64844af0699e01cd9daf607ad15461feef1 /tools/libinput-debug-events.c
parente320214091673f7c7d03571badd3f42827bca490 (diff)
downloadlibinput-e242ad219ae89a709995e81719032fa8e9e06889.tar.gz
tools: remove a leftover debug printf statement
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/libinput-debug-events.c')
-rw-r--r--tools/libinput-debug-events.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libinput-debug-events.c b/tools/libinput-debug-events.c
index a54ff55d..87b7b803 100644
--- a/tools/libinput-debug-events.c
+++ b/tools/libinput-debug-events.c
@@ -967,7 +967,6 @@ main(int argc, char **argv)
verbose = true;
break;
default:
- printf(".. %c\n", c);
if (tools_parse_option(c, optarg, &options) != 0) {
usage();
return 1;