Skip to content

Commit edb6e11

Browse files
committed
remove extraneous line
1 parent 8ca13d7 commit edb6e11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/ipinfo/api/request/IPRequest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public IPResponse handle() throws RateLimitedException {
2424
try {
2525
return new IPResponse(ip, true);
2626
} catch (Exception ex) {
27-
System.out.println("inException");
2827
throw new ErrorResponseException(ex);
2928
}
3029
}

0 commit comments

Comments
 (0)