Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 0b66c91

Browse files
author
Severi Haverila
committed
removed debug prints
1 parent bb41e58 commit 0b66c91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/src/main/java/imagerecognition/ImageRecognition.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ public static ImageLocation findImage(String searchedImageFilePath, String scene
4646
int screenHeight = screenSize.getHeight();
4747
int screenWidth = screenSize.getWidth();
4848

49-
System.out.println("TESTAS");
50-
System.out.println(sceneHeight+" vs "+screenHeight);
51-
System.out.println(sceneWidth+" vs "+screenWidth);
52-
5349
if (platform.equals(PlatformType.IOS)) {
5450
imgLocation = scaleImageRectangleForIos(screenSize, imgLocation, sceneImageFilePath);
5551
}

0 commit comments

Comments
 (0)