18994: Remove debug print
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 14 Apr 2022 18:29:24 +0000 (14:29 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 14 Apr 2022 18:29:24 +0000 (14:29 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/arvados_cwl/pathmapper.py

index ba209ade0ec63b0ee1e60b3bf2b0f9351d1c055e..dbfa9902c3fcf7110a4a7f8688aa5c92f81bce6d 100644 (file)
@@ -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,