From: Stelian Pop Date: Thu, 11 Apr 2002 09:19:07 +0000 (+0000) Subject: remove extra debug comment left over. X-Git-Tag: release_0_4b28~5 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=f9dbe020b33318ccc4d0b68816dc50b7a17a0c65 remove extra debug comment left over. --- diff --git a/dump/traverse.c b/dump/traverse.c index c854760..901ef2d 100644 --- a/dump/traverse.c +++ b/dump/traverse.c @@ -41,7 +41,7 @@ #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 @@ -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)) { - printf("Write header with spcl.c_count=%d\n",spcl.c_count); spcl.c_flags |= DR_METAONLY; spcl.c_count = 0; writeheader(ino);