From a21307c68fafcd420485cf5f0b60c77b3e081d33 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Thu, 20 Oct 2022 13:50:01 -0700 Subject: [PATCH] [nolist] whoops --- .../ajg0702/queue/platforms/velocity/server/VelocityServer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/server/VelocityServer.java b/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/server/VelocityServer.java index 54f9985..13741b8 100644 --- a/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/server/VelocityServer.java +++ b/platforms/velocity/src/main/java/us/ajg0702/queue/platforms/velocity/server/VelocityServer.java @@ -53,7 +53,6 @@ public class VelocityServer implements AdaptedServer { if(debug) logger.info("[pinger] [" + getName() + "] sending ping"); serverPing.thenRunAsync(() -> { - System.out.println("thenRunAsync " + getName()); VelocityServerPing ping; try { ping = new VelocityServerPing(serverPing.get(), sent);