From c9dd75875f7eb6ea3b85045662ee62fbe9eb2bc6 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Fri, 23 Jul 2010 17:33:46 +0300 Subject: [PATCH] read_args: Remove debug print This line got here by accident again, remove it! Signed-off-by: Timo Kokkonen --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 3e88ecd..c708163 100644 --- a/main.c +++ b/main.c @@ -40,7 +40,6 @@ void read_args(int argc, char *argv[], struct parse_opts *opts) if (c == -1) break; - printf("%c: %s\n", c, optarg); switch (c) { case 'p': opts->pid = atoi(optarg); -- 2.45.0