mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
removed debugging prints
This commit is contained in:
parent
798d05ea41
commit
caf5868ec9
2 changed files with 0 additions and 2 deletions
|
@ -89,7 +89,6 @@ class InventoryModule(BaseInventoryPlugin):
|
|||
else:
|
||||
try:
|
||||
sp = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
print('yo')
|
||||
except OSError as e:
|
||||
raise AnsibleParserError("problem running %s (%s)" % (' '.join(cmd), to_native(e)))
|
||||
(stdout, stderr) = sp.communicate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue