Skip to content

Commit afb8270

Browse files
committed
remove debugging lines
1 parent 680ea62 commit afb8270

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driverUtilities/UtilShimmer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -810,11 +810,7 @@ public static boolean stringContainsOnlyWordsItemFromList(String inputString, St
810810
for (String item : items) {
811811

812812
String[] words = item.toUpperCase().split("\\s+");
813-
814-
System.out.println("target : " + target);
815813
for (String w : words) {
816-
System.out.println("words = " + w);
817-
818814
if (!target.contains(w)) {
819815
allMatched = false;
820816
}

0 commit comments

Comments
 (0)