changeset 502:070bc47f4f3e

removed print
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2022 15:46:50 +0100
parents 1b1bb8621021
children 138d5efd4407
files Tests/Tests.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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) ],