fix(Socket): removed leftover print
All checks were successful
Build the Docker Image / docker (push) Successful in 4m51s

This commit is contained in:
Paul Fey 2025-06-05 18:46:25 +02:00
parent c48956563d
commit 6a1cec4df9

View file

@ -59,7 +59,6 @@ public class CosmeticSocket implements SocketHandler, ListenerAdapter {
String type = data.getString("all"); String type = data.getString("all");
JsonObject cosmetic = allServerCosmetics(type); JsonObject cosmetic = allServerCosmetics(type);
System.out.println(cosmetic);
Json result = JsonParser.parse("{}"); Json result = JsonParser.parse("{}");
result.set("id", data.getLong("id")); result.set("id", data.getLong("id"));