From bf95fa077c79c6bd4ac548ec534b618e97e3f00b Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 14 Apr 2022 14:29:24 -0400 Subject: [PATCH] 18994: Remove debug print Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/arvados_cwl/pathmapper.py | 1 - 1 file changed, 1 deletion(-) 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, -- 2.30.2