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