We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca13d7 commit edb6e11Copy full SHA for edb6e11
src/main/java/io/ipinfo/api/request/IPRequest.java
@@ -24,7 +24,6 @@ public IPResponse handle() throws RateLimitedException {
24
try {
25
return new IPResponse(ip, true);
26
} catch (Exception ex) {
27
- System.out.println("inException");
28
throw new ErrorResponseException(ex);
29
}
30
0 commit comments