]> git.itanic.dy.fi Git - scan-pagemap/commitdiff
parser: Reduce some debug prints
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Tue, 6 Jul 2010 11:34:49 +0000 (14:34 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Tue, 6 Jul 2010 11:34:49 +0000 (14:34 +0300)
The code works sufficiently reliably now so there is no need to print
the pid we are working on with.

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

diff --git a/parse.c b/parse.c
index a4adcac322228acb64731b74fc625f9e159d2e4f..c09df57ea0d807cb7d2b0523c2ea51ef8fc64efe 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -295,7 +295,6 @@ restart:
                return -1;
        }
 
-       printf("%s\n", dirent->d_name);
        if (dirent->d_name[0] < '0' || dirent->d_name[0] > '9')
                goto restart;