Remove the debug

This commit is contained in:
Bo Maryniuk 2015-10-13 00:32:18 +02:00 committed by C. R. Oldham
parent a1244223bf
commit a98d5187f8

View file

@ -163,7 +163,6 @@ def call_switch(*args, **kwargs):
'''
out = dict()
devices = call_lights()
print devices
for dev_id in ('id' not in kwargs and devices.keys() or _get_devices(kwargs)):
if 'on' in kwargs:
state = kwargs['on'] and Const.LAMP_ON or Const.LAMP_OFF