1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove debugging line

This commit is contained in:
Mathew Davies 2015-07-16 20:55:50 +01:00 committed by Matt Clay
parent 0d6cd1d8ab
commit b4fb90439f

View file

@ -130,8 +130,6 @@ def main():
version = module.params["version"]
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):