diff options
Diffstat (limited to 'src/msec_find/find.c')
-rw-r--r-- | src/msec_find/find.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/msec_find/find.c b/src/msec_find/find.c index a474ff4..a9e96aa 100644 --- a/src/msec_find/find.c +++ b/src/msec_find/find.c @@ -198,9 +198,7 @@ int main(int argc, char **argv) init(); for ( i = 1; i < argc; i++ ) { - printf("%s\n",argv[i]); if ( strcmp(argv[i], "/") != 0) { - printf("plop\n"); /* * We need to add a final '/' to the base directory name else the * FTW_MOUNT option of nftw won't work. i.e. : /mnt/cdrom is on the / |