Remove debugging line

This commit is contained in:
Mathew Davies 2015-07-16 20:55:50 +01:00
parent ebbe84b2d6
commit 93e59297f0

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)