crazzyghost / alphavantage-java

Fluent Java wrapper for Alpha Vantage API
MIT License
80 stars 35 forks source link

Remove logging URL during fetch() #3

Closed valdezmi closed 4 years ago

valdezmi commented 4 years ago

The URL of each request is logged when fetch() method is invoked. This might want to be removed in case fetch() method is used constantly, in order to avoid spamming the log.