mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove a stray print function
This commit is contained in:
parent
8bfd096629
commit
c686066923
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ def run(name, **kwargs):
|
|||
'changes': {},
|
||||
'comment': '',
|
||||
'result': None}
|
||||
print(__salt__.keys())
|
||||
if not name in __salt__:
|
||||
ret['comment'] = 'Module function {0} is not available'.format(name)
|
||||
ret['result'] = False
|
||||
|
|
Loading…
Add table
Reference in a new issue