From c0becce2762fc672dd9ea15d07344a8113baed8d Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Tue, 2 Jul 2019 00:33:25 -0400 Subject: [PATCH] Remove debug code --- .../velocitypowered/proxy/command/VelocityCommandManager.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java index 6c3bc4dd5..1c934fc37 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java @@ -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.