mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove print
This commit is contained in:
parent
11a548a39d
commit
fa6e187e1c
1 changed files with 0 additions and 1 deletions
|
@ -324,7 +324,6 @@ def _wait_for_stdout(expected, func, *args, timeout=120, **kwargs):
|
|||
start = time.time()
|
||||
while time.time() < start + timeout:
|
||||
ret = func(*args, **kwargs)
|
||||
print(ret)
|
||||
if ret and ret.stdout and expected in ret.stdout:
|
||||
break
|
||||
time.sleep(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue