remove a stray print function

This commit is contained in:
Thomas S Hatch 2012-06-01 23:22:57 -06:00
parent 8bfd096629
commit c686066923

View file

@ -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