Skip to content
Snippets Groups Projects
Commit eebfdbca authored by Thomas Woerner's avatar Thomas Woerner
Browse files

automember: Remove debug output

The warn debug line was added with "Add automember default group
handling" d2648b14
parent 9981e5f8
No related branches found
No related tags found
No related merge requests found
...@@ -587,7 +587,6 @@ def main(): ...@@ -587,7 +587,6 @@ def main():
commands.append([None, commands.append([None,
'automember_default_group_remove', 'automember_default_group_remove',
{'type': automember_type}]) {'type': automember_type}])
ansible_module.warn("commands: %s" % repr(commands))
else: else:
dn_default_group = [DN(('cn', default_group), dn_default_group = [DN(('cn', default_group),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment