mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove the debug
This commit is contained in:
parent
a1244223bf
commit
a98d5187f8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue