fix(Socket): removed leftover print
All checks were successful
Build the Docker Image / docker (push) Successful in 4m51s
All checks were successful
Build the Docker Image / docker (push) Successful in 4m51s
This commit is contained in:
parent
c48956563d
commit
6a1cec4df9
1 changed files with 0 additions and 1 deletions
|
@ -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"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue