From: Ronnie Sahlberg Date: Sun, 18 Nov 2012 06:06:19 +0000 (-0800) Subject: NFSCLIENT-SYNC: remove some debug output X-Git-Tag: upstream/1.9.6^2~246 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=bac8592135e38b0dcb28edcff4cf049eb06d7f55 NFSCLIENT-SYNC: remove some debug output --- diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 9cdac9b..a56f27d 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -266,7 +266,6 @@ finished: if (nfs != NULL) { nfs_destroy_context(nfs); } - printf("nfsclient finished\n"); return 0; }