Skip to content

Commit

Permalink
Disable a debug message that caused too much spam when enabling debug…
Browse files Browse the repository at this point in the history
… mode
  • Loading branch information
ajgeiss0702 committed Nov 21, 2023
1 parent 16d13ec commit 64972cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public Format getFormatFor(@Nullable String output, String board) {
}
}
if(possibleMatch == null) {
Debug.info("[Formatter] No possible match for " + board + ". Using default");
// Debug.info("[Formatter] No possible match for " + board + ". Using default");
return defaultFormat;
}
return possibleMatch;
Expand Down

0 comments on commit 64972cf

Please sign in to comment.