13
0
geforkt von Mirrors/Velocity

Remove debug code

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-07-02 00:33:25 -04:00
Ursprung 7834acd67f
Commit c0becce276

Datei anzeigen

@ -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.