From: Peter Amstutz Date: Thu, 14 Apr 2022 18:29:24 +0000 (-0400) Subject: 18994: Remove debug print X-Git-Tag: 2.5.0~199^2~6 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/bf95fa077c79c6bd4ac548ec534b618e97e3f00b 18994: Remove debug print Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/arvados_cwl/pathmapper.py b/sdk/cwl/arvados_cwl/pathmapper.py index ba209ade0e..dbfa9902c3 100644 --- a/sdk/cwl/arvados_cwl/pathmapper.py +++ b/sdk/cwl/arvados_cwl/pathmapper.py @@ -199,7 +199,6 @@ class ArvPathMapper(PathMapper): "Directory" if os.path.isdir(ab) else "File", True) for srcobj in referenced_files: - print("na na na", srcobj, srcobj["location"].endswith("/"+srcobj["basename"])) remap = [] if srcobj["class"] == "Directory" and srcobj["location"] not in self._pathmap: c = arvados.collection.Collection(api_client=self.arvrunner.api,