chiark / gitweb /
remove debugging output debian_version_4_1_4
authorianmdlvl <ianmdlvl>
Sat, 5 Aug 2006 14:43:59 +0000 (14:43 +0000)
committerianmdlvl <ianmdlvl>
Sat, 5 Aug 2006 14:43:59 +0000 (14:43 +0000)
cprogs/summer.c

index 2c4f9df197995beba1cf04d10ffbed101459906d..19c806987c18bf4d190382927acced0aa21c1e02 100644 (file)
@@ -318,9 +318,6 @@ static void recurse(const char *path_or_buf) {
     return;
   }
   for (i=0, de=namelist; i<nentries; i++, de++) {
- fprintf(stderr,
-        "buf=%p \"%s\" path=%p \"%s\" subpathp-buf=%ld d_name=\"%s\"\n",
-        buf,buf,path_or_0,path_or_0,(long)(subpathp-buf),(*de)->d_name);
     strcpy(subpathp, (*de)->d_name);
     node(buf);
     free(*de);