Removed debug return values

pull/18777/head
Darek Kaczyński 9 years ago committed by Matt Clay
parent 7127a45d96
commit 9e918b5955

@ -327,9 +327,6 @@ def main():
results = dict(changed=False )
if module.params['state'] == 'present':
results['expected'] = module.params
results['existing'] = existing
matching = False
update = False
if existing and 'status' in existing and existing['status']=="ACTIVE":

Loading…
Cancel
Save