18994: Remove debug print
[arvados.git] / 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,