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

ipaclient_test: Remove debugging warning output

A remain from debugging in ipaclient_test has been removed.
parent fdb44fc2
No related branches found
No related tags found
No related merge requests found
...@@ -832,7 +832,6 @@ def main(): ...@@ -832,7 +832,6 @@ def main():
# raise ScriptError(rval=CLIENT_INSTALL_ERROR) # raise ScriptError(rval=CLIENT_INSTALL_ERROR)
except ScriptError as e: except ScriptError as e:
module.warn("2nd part: %s" % e)
module.fail_json(msg=str(e)) module.fail_json(msg=str(e))
######################################################################### #########################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment