Remove debug statements!
This commit is contained in:
parent
93cd7bfc5d
commit
794a11db21
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue