removed logging
This commit is contained in:
parent
db98f4e5b7
commit
2f4251ef72
@ -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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user