Stray println
mik3hall opened this issue · 1 comments
mik3hall commented
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?
matsjj commented
Indeed, thank fro the catch!