From: Timo Kokkonen Date: Fri, 23 Jul 2010 14:33:46 +0000 (+0300) Subject: read_args: Remove debug print X-Git-Url: http://git.itanic.dy.fi/?p=scan-pagemap;a=commitdiff_plain;h=c9dd75875f7eb6ea3b85045662ee62fbe9eb2bc6 read_args: Remove debug print This line got here by accident again, remove it! Signed-off-by: Timo Kokkonen --- 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);