mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Remove debug statements!
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user