Skip to content

Commit 0e2a27b

Browse files
authored
Merge pull request #3317 from Multiverse/fix/remove-logging
Fix unwanted warning logging for matcher
2 parents afa2825 + e2b7a31 commit 0e2a27b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/mvplugins/multiverse/core/utils/matcher/MatcherGroup.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public MatcherGroup(Collection<String> matchStrings) {
5555
@ApiStatus.AvailableSince("5.2")
5656
public void addMatcher(String matchString) {
5757
if (isExact(matchString)) {
58-
Logging.warning("Exact: " + matchString);
5958
exactMatcher.addExactMatch(matchString);
6059
} else {
6160
stringMatchers.add(StringMatcher.fromString(matchString));

0 commit comments

Comments
 (0)