Remove print during compilation.

This commit is contained in:
Jeroen Bakker 2021-04-26 07:52:46 +02:00
parent a200a8cf59
commit c63142ca8f
1 changed files with 0 additions and 2 deletions

View File

@ -1088,8 +1088,6 @@ static int generate_file(AreaOrtho *ortho, AreaDiag *diag, const char *path, boo
return 1;
}
fprintf(stderr, "Generating %s\n", path);
if (tga)
write_tga(ortho, diag, fp, subsampling);
else if (raw)