aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorgcohen2014-12-29 20:15:08 -0800
committergcohen2014-12-29 20:15:08 -0800
commit5a4c2f121d396c5a183bbb662ae11c34c3c760c8 (patch)
treeb149358aafa04318e473408dcd183ed591beb993 /python
parent5aa42af1a41c1f05d2ada6e708e452bafdd6693d (diff)
downloadpubnub-python-5a4c2f121d396c5a183bbb662ae11c34c3c760c8.tar.bz2
adding PN control
Diffstat (limited to 'python')
-rw-r--r--python/examples/futureHouse/futureHouse.py4
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: