Skip to content

Commit e209d56

Browse files
committed
Commented out debug print
1 parent c29e10b commit e209d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_irremote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,5 @@ def transmit(self, pulseout, data):
242242
durations[out + 1] = self.zero[1]
243243
out += 2
244244

245-
print(durations)
245+
# print(durations)
246246
pulseout.send(durations)

0 commit comments

Comments
 (0)