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~242^2~4 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=31a2602e3df86815033f691d8b21238f135d76c4 NFSCLIENT-SYNC: remove some debug output --- diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 59973e8..e42214a 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -267,7 +267,6 @@ finished: if (nfs != NULL) { nfs_destroy_context(nfs); } - printf("nfsclient finished\n"); return 0; }