mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove debug statement.
This commit is contained in:
parent
bac81be3f9
commit
92754065bf
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ class Runner(object):
|
|||
self.complex_args = complex_args
|
||||
self.module_with_list = False
|
||||
self.error_on_undefined_vars = error_on_undefined_vars
|
||||
print "DEBUG: EOUV: %s" % error_on_undefined_vars
|
||||
|
||||
self.callbacks.runner = self
|
||||
|
||||
|
|
Loading…
Reference in a new issue