Skip to content

Commit cb73641

Browse files
Merge pull request #259 from ShimmerEngineering/DEV-521_MA
DEV-521
2 parents c752bf4 + afb8270 commit cb73641

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)