forked from tTh/FloatImg
remove useless message
This commit is contained in:
parent
a6658532de
commit
76b7e9ad55
|
@ -73,7 +73,6 @@ for (y=0; y<psrc->height; y++) {
|
||||||
rgb[1] = rgb[2] = rgb[0];
|
rgb[1] = rgb[2] = rgb[0];
|
||||||
}
|
}
|
||||||
fimg_put_rgb(pdst, dstx, dsty, rgb);
|
fimg_put_rgb(pdst, dstx, dsty, rgb);
|
||||||
// fprintf(stderr, "%5d %5d %f\n", dstx, dsty, rgb[1]);
|
|
||||||
in++;
|
in++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue