From dc8ea41b0203f58ec96b4560a11e86c535097f2a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 4 May 2006 14:11:55 +0000 Subject: revert last spurious commit --- src/msec_find/find.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/msec_find') 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 / -- cgit v1.2.1