From 31a2602e3df86815033f691d8b21238f135d76c4 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 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; } -- 2.34.1