Remove random log call
This commit is contained in:
parent
01b5c0a8a3
commit
cfa378d6a3
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ while True:
|
||||||
# Listen for incoming IR pulses
|
# Listen for incoming IR pulses
|
||||||
pulses = decoder.read_pulses(pulsein)
|
pulses = decoder.read_pulses(pulsein)
|
||||||
|
|
||||||
log
|
|
||||||
# Try and decode them
|
# Try and decode them
|
||||||
try:
|
try:
|
||||||
# Attempt to convert received pulses into numbers
|
# Attempt to convert received pulses into numbers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue