We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1582e commit d922f80Copy full SHA for d922f80
player/src/main/java/xyz/gianlu/librespot/player/state/DeviceStateHandler.java
@@ -267,8 +267,6 @@ public void close() {
267
* @param req The {@link Connect.PutStateRequest}
268
*/
269
private void putConnectState(@NotNull Connect.PutStateRequest req) {
270
- System.out.println(req);
271
-
272
try {
273
session.api().putConnectState(connectionId, req);
274
if (LOGGER.isTraceEnabled()) {
0 commit comments