From bac8592135e38b0dcb28edcff4cf049eb06d7f55 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 17 Nov 2012 22:06:19 -0800 Subject: [PATCH] NFSCLIENT-SYNC: remove some debug output --- examples/nfsclient-sync.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.34.1