summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Davies <thepixeldeveloper@googlemail.com>2015-07-16 20:55:50 +0100
committerMathew Davies <thepixeldeveloper@googlemail.com>2015-07-16 20:55:50 +0100
commit93e59297f0f71e85d18482aa2abe1733720c5d66 (patch)
treeecc05ffd01152d0c3b60dc0604a6cf9a96b415bc
parentebbe84b2d6fda94f3d40c7bbbd95ba48bfddb65d (diff)
downloadansible-modules-extras-93e59297f0f71e85d18482aa2abe1733720c5d66.tar.gz
Remove debugging line
-rw-r--r--packaging/elasticsearch_plugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/elasticsearch_plugin.py b/packaging/elasticsearch_plugin.py
index 818ebb00..3c0d6124 100644
--- a/packaging/elasticsearch_plugin.py
+++ b/packaging/elasticsearch_plugin.py
@@ -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):