Remove print stmts

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar 2021-09-02 14:54:20 +05:30
parent b46f6795ce
commit a0afba6fa5
No known key found for this signature in database
GPG Key ID: 0D2CE231A7287EBC

View File

@ -49,7 +49,6 @@ public class PngImageWriter {
// for PNG, it's dots per millimeter
double dotsPerMilli = 1.0 * DPI / 10 / INCH_2_CM;
System.out.println(dotsPerMilli);
IIOMetadataNode horiz = new IIOMetadataNode("HorizontalPixelSize");
horiz.setAttribute("value", Double.toString(dotsPerMilli));