Remove debug statements!

This commit is contained in:
pavoni 2015-08-31 16:33:12 +01:00
parent 93cd7bfc5d
commit 794a11db21

View file

@ -59,9 +59,6 @@ class WemoSwitch(SwitchDevice):
if not is_on:
return STATE_OFF
elif self.is_standby:
print(STATE_STANDBY)
print(self.wemo)
# import pdb; pdb.set_trace()
return STATE_STANDBY
return STATE_ON