Remove print stmts
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com> Signed-off-by: JacobPozaic <jacobpozaic@gmail.com>
This commit is contained in:
parent
807e6b69cc
commit
0d49de0efd
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue