3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-06 00:00:47 +01:00

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(source, "source");
Preconditions.checkNotNull(cmdLine, "cmdLine"); Preconditions.checkNotNull(cmdLine, "cmdLine");
System.out.println("\"" + cmdLine + "\"");
int firstSpace = cmdLine.indexOf(' '); int firstSpace = cmdLine.indexOf(' ');
if (firstSpace == -1) { if (firstSpace == -1) {
// Offer to fill in commands. // Offer to fill in commands.