Remove debug code
This commit is contained in:
parent
12cd93f7c1
commit
69951d5a2d
@ -20,6 +20,7 @@ import jakarta.ws.rs.core.MediaType;
|
||||
import jakarta.ws.rs.core.MultivaluedMap;
|
||||
import jakarta.ws.rs.core.Response;
|
||||
import java.io.StringReader;
|
||||
import java.lang.System.Logger.Level;
|
||||
import java.net.InetAddress;
|
||||
import java.net.UnknownHostException;
|
||||
import java.util.ArrayList;
|
||||
@ -102,12 +103,7 @@ public class APIClient {
|
||||
}
|
||||
}
|
||||
}
|
||||
try {
|
||||
return webTarget.request(MediaType.APPLICATION_JSON);
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
|
||||
public Invocation.Builder get(String path) {
|
||||
|
Loading…
Reference in New Issue
Block a user