remove useless message, fix parameter bug in vroum

This commit is contained in:
2020-10-28 13:00:12 +01:00
parent ce02cf96bc
commit a6658532de
2 changed files with 5 additions and 8 deletions

View File

@@ -79,9 +79,6 @@ for (y=0; y<psrc->height; y++) {
}
if (verbosity > 2) {
fprintf(stderr, "%4d / %4d\n", y, psrc->height);
}
}
if (verbosity) fprintf(stderr, "%s -> in %d out %d\n", __func__, in, out);