From 5a4c2f121d396c5a183bbb662ae11c34c3c760c8 Mon Sep 17 00:00:00 2001 From: gcohen Date: Mon, 29 Dec 2014 20:15:08 -0800 Subject: adding PN control --- python/examples/futureHouse/futureHouse.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python') 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: -- cgit v1.2.3