From 8b3c213241c22e86bec49317ab7be386b8428e42 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sun, 23 Aug 2009 20:50:17 -0700 Subject: [PATCH] Remove debug message. --- nfs3/nfs3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nfs3/nfs3.c b/nfs3/nfs3.c index e464684..15d5df3 100644 --- a/nfs3/nfs3.c +++ b/nfs3/nfs3.c @@ -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) -- 2.20.1