]> git.itanic.dy.fi Git - scan-pagemap/commitdiff
read_args: Remove debug print
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Fri, 23 Jul 2010 14:33:46 +0000 (17:33 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Fri, 23 Jul 2010 14:33:46 +0000 (17:33 +0300)
This line got here by accident again, remove it!

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
main.c

diff --git a/main.c b/main.c
index 3e88ecd9612c948ac043ebe36fa8172c1e6b12e8..c708163f2214b514b4bd08e331aab9a30c3e3460 100644 (file)
--- 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);