Remove debug print in nbd-proxy

This commit is contained in:
Vitaliy Filippov
2024-08-30 02:31:06 +03:00
parent 3cc326500e
commit b804051eaf
-1
View File
@@ -626,7 +626,6 @@ help:
}
else
{
printf("%d %d\n", r, errno);
perror("run_nbd");
exit(1);
}