Skip to content

Commit c462175

Browse files
removed sout
1 parent bf59b71 commit c462175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/api/etherscan/core/impl/BasicProvider.java

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ <T> T convert(final String json, final Class<T> tClass) {
7777
String getRequest(final String urlParameters) {
7878
queue.takeTurn();
7979
final String url = baseUrl + module + urlParameters;
80-
System.out.println("Url generated: " + url);
8180
final String result = executor.get(url);
8281
if (BasicUtils.isEmpty(result))
8382
throw new EtherScanException("Server returned null value for GET request at URL - " + url);

0 commit comments

Comments
 (0)