remove some debug

This commit is contained in:
Andrew Steinborn
2025-10-19 16:32:46 -04:00
parent b2b8ec8a16
commit ae877918f9

View File

@@ -71,7 +71,6 @@ import org.apache.logging.log4j.Logger;
*/ */
public final class VelocityCommand { public final class VelocityCommand {
private static final String USAGE = "/velocity <%s>"; private static final String USAGE = "/velocity <%s>";
private static final JoinConfiguration COMMA_JOINER = JoinConfiguration.commas(true);
@SuppressWarnings("checkstyle:MissingJavadocMethod") @SuppressWarnings("checkstyle:MissingJavadocMethod")
public static BrigadierCommand create(final VelocityServer server) { public static BrigadierCommand create(final VelocityServer server) {