Skip to content

Commit

Permalink
revert to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoMorin committed Jun 23, 2024
1 parent 219f510 commit d943f45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ public final class ProfilesCore {
}

public static void debug(String mainMessage, Object... variables) {
LOGGER.info(mainMessage, variables);
LOGGER.debug(mainMessage, variables);
}
}

0 comments on commit d943f45

Please sign in to comment.