Skip to content

Commit 1b01fce

Browse files
committed
Removed unused code
1 parent 68ee06c commit 1b01fce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CircuitPython_Pyloton/code.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
print(type(speed_cad_connections))
5252
print(type(ams))
5353
if hr_connection and hr_connection.connected and speed_cad_connections[0] and speed_cad_connections[0].connected and ams and ams.connected:
54-
if heart:
55-
print("Fetch connection")
56-
hr_service = hr_connection[HeartRateService]
57-
print("Location:", hr_service.location)
5854
pyloton.setup_display()
5955
break
6056

0 commit comments

Comments
 (0)