Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 0 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /