mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-19 10:07:21 -04:00
Remove print stmts
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
b46f6795ce
commit
a0afba6fa5
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user