Remove debugging line
This commit is contained in:
parent
ebbe84b2d6
commit
93e59297f0
1 changed files with 0 additions and 2 deletions
|
@ -130,8 +130,6 @@ def main():
|
||||||
version = module.params["version"]
|
version = module.params["version"]
|
||||||
|
|
||||||
present = is_plugin_present(parse_plugin_repo(name), plugin_dir)
|
present = is_plugin_present(parse_plugin_repo(name), plugin_dir)
|
||||||
|
|
||||||
print state
|
|
||||||
|
|
||||||
# skip if the state is correct
|
# skip if the state is correct
|
||||||
if (present and state == "present") or (state == "absent" and not present):
|
if (present and state == "present") or (state == "absent" and not present):
|
||||||
|
|
Loading…
Reference in a new issue