mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-21 02:09:03 -05:00
Remove print stmts
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
@@ -49,7 +49,6 @@ public class PngImageWriter {
|
|||||||
|
|
||||||
// for PNG, it's dots per millimeter
|
// for PNG, it's dots per millimeter
|
||||||
double dotsPerMilli = 1.0 * DPI / 10 / INCH_2_CM;
|
double dotsPerMilli = 1.0 * DPI / 10 / INCH_2_CM;
|
||||||
System.out.println(dotsPerMilli);
|
|
||||||
|
|
||||||
IIOMetadataNode horiz = new IIOMetadataNode("HorizontalPixelSize");
|
IIOMetadataNode horiz = new IIOMetadataNode("HorizontalPixelSize");
|
||||||
horiz.setAttribute("value", Double.toString(dotsPerMilli));
|
horiz.setAttribute("value", Double.toString(dotsPerMilli));
|
||||||
|
|||||||
Reference in New Issue
Block a user