zacharyedwardbull / pycycling

A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors
https://pypi.org/project/pycycling/
MIT License
131 stars 25 forks source link

rm debug print statement in heart_rate_service.py #10

Closed shaunmulligan closed 2 years ago

shaunmulligan commented 2 years ago

I think the print statement on line 25 of heart_rate_service.py is left over debugging code, so I have commented it out.

zacharyedwardbull commented 2 years ago

Thanks for fixing this! If possible please could you remove the line completely (if someone needs it in the future they can always pull it from the git history).

shaunmulligan commented 2 years ago

Okay cool, I have removed it fully now