remove useless message

This commit is contained in:
tth 2020-10-29 18:49:02 +01:00
parent a6658532de
commit 76b7e9ad55
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ for (y=0; y<psrc->height; y++) {
rgb[1] = rgb[2] = rgb[0];
}
fimg_put_rgb(pdst, dstx, dsty, rgb);
// fprintf(stderr, "%5d %5d %f\n", dstx, dsty, rgb[1]);
in++;
}