Remove print statement left in commit c3f8daa

This commit is contained in:
Robert Fewell 2022-03-04 10:16:14 +00:00
parent 4890c25376
commit 7e299cb2b0

View File

@ -1438,7 +1438,6 @@ gz_thread_write (gzFile file, gz_thread_params_t* params)
}
else if (bytes == 0)
{
printf("gz_thread_func EOF\n");
break;
}
else