Don't print the discovered mount point.
authorDiane Trout <diane@caltech.edu>
Sat, 30 May 2009 01:01:49 +0000 (01:01 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 30 May 2009 01:01:49 +0000 (01:01 +0000)
htsworkflow/util/mount.py

index 75dbe0a2e3ce23e55f0482e134d3cb8eccbaf0ed..bc0c26f6169091b18ad7fcc17d59a093093a9bf6 100644 (file)
@@ -58,7 +58,6 @@ def find_mount_point_for(pathname):
     if len(prefixes) == 0:
         return None
     else:
-        print prefixes
         # return longest common prefix
         return prefixes[-1][1]