9658: when arvados-cwl-runner is invoked with --api containers, display the container...
[arvados.git] / sdk / cwl / arvados_cwl / fsaccess.py
index 661a9e08683fc39647138ee30111faac253c422b..d2d38b00c35a89f2a1a1f179a0468b821e48670a 100644 (file)
@@ -17,7 +17,6 @@ class CollectionFsAccess(cwltool.process.StdFsAccess):
         self.collections = {}
 
     def get_collection(self, path):
-        print "PPP", path
         p = path.split("/")
         if p[0].startswith("keep:") and arvados.util.keep_locator_pattern.match(p[0][5:]):
             pdh = p[0][5:]