Remove debug code

This commit is contained in:
Andrew Steinborn
2019-07-02 00:33:25 -04:00
parent 7834acd67f
commit c0becce276

View File

@@ -90,8 +90,6 @@ public class VelocityCommandManager implements CommandManager {
Preconditions.checkNotNull(source, "source");
Preconditions.checkNotNull(cmdLine, "cmdLine");
System.out.println("\"" + cmdLine + "\"");
int firstSpace = cmdLine.indexOf(' ');
if (firstSpace == -1) {
// Offer to fill in commands.