cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
964 stars 149 forks source link

Fix print statement, change to logger.debug() #94

Closed lancerinf closed 2 years ago

lancerinf commented 2 years ago

Hi, and thank you for this project! I love it!

This lonely print statement bugged me a bit, and it is the only print statement in the project, as far as I can tell. It breaks the flow of my logs a little, so I'd like it to become a logger.debug() statement.

cyberjunky commented 2 years ago

@lancerinf thanks!