blockchain/api-v1-client-java

Stray println

mik3hall opened this issue · 1 comments

I think the last update accidentally introduced a debug println in HttpClient.
Line 75
System.out.println(url);

For my own testing seeing the API invocations is sort of interesting.
However, sometime someone might be trying to parse something out of the standard output and this could throw them off?

Indeed, thank fro the catch!