Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bengt-GS authored and vincentrossetto committed Jul 16, 2024
1 parent 14e69ea commit 673e36f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/src/main/java/proguard/util/WildcardManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ public int wildCardIndex(String regularExpression, int index) throws IllegalArgu
variableStringMatchers.size(),
regularExpression);
}
System.out.println(wildcardIndex);
System.out.println(variableStringMatchers.size());

return wildcardIndex - 1;
} catch (NumberFormatException e) {
Expand Down

0 comments on commit 673e36f

Please sign in to comment.