Skip to content

Commit 9bdffd0

Browse files
committed
remove unused print
1 parent 75b53a9 commit 9bdffd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/clue_ble_color_patchwork.py

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def ble_scan():
8888
nearby_addresses.append(entry.address.address_bytes)
8989
nearby_colors.append(entry.color)
9090
else: # address was already in the list
91-
# print(entry.color)
9291
# update the color to currently advertised value
9392
_index = nearby_addresses.index(entry.address.address_bytes)
9493
nearby_colors[_index] = entry.color

0 commit comments

Comments
 (0)