From d922f8024cdcac5faeee043d1bb450a3b4b4fbbb Mon Sep 17 00:00:00 2001 From: devgianlu Date: Tue, 13 Jul 2021 19:52:06 +0200 Subject: [PATCH] Removed debug statement --- .../xyz/gianlu/librespot/player/state/DeviceStateHandler.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/player/src/main/java/xyz/gianlu/librespot/player/state/DeviceStateHandler.java b/player/src/main/java/xyz/gianlu/librespot/player/state/DeviceStateHandler.java index b98fde47..cbf52144 100644 --- a/player/src/main/java/xyz/gianlu/librespot/player/state/DeviceStateHandler.java +++ b/player/src/main/java/xyz/gianlu/librespot/player/state/DeviceStateHandler.java @@ -267,8 +267,6 @@ public void close() { * @param req The {@link Connect.PutStateRequest} */ private void putConnectState(@NotNull Connect.PutStateRequest req) { - System.out.println(req); - try { session.api().putConnectState(connectionId, req); if (LOGGER.isTraceEnabled()) {