removed logging
This commit is contained in:
@ -4,7 +4,6 @@ package eu.mhsl.craftattack.teamLobby.http;
|
||||
public record ReqResp<TData>(int status, TData data) {
|
||||
@SuppressWarnings("unchecked")
|
||||
public <T> T cast() {
|
||||
System.out.println("Casting: " + this.data);
|
||||
return (T) this.data;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user