We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afa2825 + e2b7a31 commit 0e2a27bCopy full SHA for 0e2a27b
1 file changed
src/main/java/org/mvplugins/multiverse/core/utils/matcher/MatcherGroup.java
@@ -55,7 +55,6 @@ public MatcherGroup(Collection<String> matchStrings) {
55
@ApiStatus.AvailableSince("5.2")
56
public void addMatcher(String matchString) {
57
if (isExact(matchString)) {
58
- Logging.warning("Exact: " + matchString);
59
exactMatcher.addExactMatch(matchString);
60
} else {
61
stringMatchers.add(StringMatcher.fromString(matchString));
0 commit comments