# HG changeset patch # User Sebastien Jodogne # Date 1671461210 -3600 # Node ID 070bc47f4f3e34b4ad6e0a22245e0c9858ffcb03 # Parent 1b1bb862102135ece16b592a7c1f7ffed2db2eb6 removed print diff -r 1b1bb8621021 -r 070bc47f4f3e Tests/Tests.py --- a/Tests/Tests.py Tue Nov 22 16:31:17 2022 +0100 +++ b/Tests/Tests.py Mon Dec 19 15:46:50 2022 +0100 @@ -2477,10 +2477,6 @@ retries -= 1 with open(os.devnull, 'w') as FNULL: try: - - print([ FindExecutable('storescu') ] + tmp + - [ _REMOTE['Server'], str(_REMOTE['DicomPort']), - GetDatabasePath(image) ]) subprocess.check_call([ FindExecutable('storescu') ] + tmp + [ _REMOTE['Server'], str(_REMOTE['DicomPort']), GetDatabasePath(image) ],