Disable most debugging print messages; should help with performance.
[bluesky.git] / nfs3 / nfs3.c
index f7e7b4e..061f835 100644 (file)
@@ -475,7 +475,6 @@ void nfsproc3_create_3_svc(create3args *argp, RPCRequest *req)
     file->nlink = 1;
     file->mode = 0755;
     int64_t time = bluesky_get_current_time();
-    printf("time: %"PRIi64"\n", time);
     file->mtime = time;
     file->ctime = time;
     file->atime = time;