Remove debugging line

pull/4420/head
Mathew Davies 2015-07-16 20:55:50 +01:00 committed by Matt Clay
parent 0d6cd1d8ab
commit b4fb90439f
1 changed files with 0 additions and 2 deletions

View File

@ -131,8 +131,6 @@ def main():
present = is_plugin_present(parse_plugin_repo(name), plugin_dir)
print state
# skip if the state is correct
if (present and state == "present") or (state == "absent" and not present):
module.exit_json(changed=False, name=name)