]> git.wh0rd.org - dump.git/commitdiff
remove extra debug comment left over.
authorStelian Pop <stelian@popies.net>
Thu, 11 Apr 2002 09:19:07 +0000 (09:19 +0000)
committerStelian Pop <stelian@popies.net>
Thu, 11 Apr 2002 09:19:07 +0000 (09:19 +0000)
dump/traverse.c

index c8547604a7c0751f14833407938e762acf1ca56f..901ef2de6c7ce6f7c47695451899d1276c057642 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: traverse.c,v 1.44 2002/04/04 08:20:23 stelian Exp $";
+       "$Id: traverse.c,v 1.45 2002/04/11 09:19:07 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
 #endif /* not lint */
 
 #include <config.h>
@@ -827,7 +827,6 @@ dumpino(struct dinode *dp, dump_ino_t ino, int metaonly)
        spcl.c_count = 0;
 
        if (metaonly && (dp->di_mode & S_IFMT)) {
        spcl.c_count = 0;
 
        if (metaonly && (dp->di_mode & S_IFMT)) {
-               printf("Write header with spcl.c_count=%d\n",spcl.c_count);
                spcl.c_flags |= DR_METAONLY;
                spcl.c_count = 0;
                writeheader(ino);
                spcl.c_flags |= DR_METAONLY;
                spcl.c_count = 0;
                writeheader(ino);