Remove debug message.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 24 Aug 2009 03:50:17 +0000 (20:50 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 24 Aug 2009 03:50:17 +0000 (20:50 -0700)
nfs3/nfs3.c

index e464684..15d5df3 100644 (file)
@@ -364,7 +364,6 @@ nfsproc3_readdir_3_svc(readdir3args *argp, struct svc_req *rqstp)
             dirents[count - 1].nextentry = &dirents[count];
         i = g_sequence_iter_next(i);
         count++;
-        printf("readdir: %s %lld\n", d->name, d->inum);
     }
 
     if (count > 0)