NFSCLIENT-SYNC: remove some debug output
[deb_libnfs.git] / examples / nfsclient-sync.c
index 59973e89d7bf84d216aef7bc72fb941e62a3b5e5..e42214aab473c5b6d72bd338bb154ebeb2b72612 100644 (file)
@@ -267,7 +267,6 @@ finished:
        if (nfs != NULL) {              
                nfs_destroy_context(nfs);
        }
-       printf("nfsclient finished\n");
        return 0;
 }