diff options
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/futureHouse/futureHouse.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py index 410d90b..468fd66 100644 --- a/python/examples/futureHouse/futureHouse.py +++ b/python/examples/futureHouse/futureHouse.py @@ -26,10 +26,6 @@ leds = [ ] def callback(message, channel): - for x in message: - print (x) - for y in message[x]: - print (y, ':', message[x][y]) # LED Setters if 'ledID' in message: |
