From c033f39021bfb9fb9a5968da4de2b6b1437689f8 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Sat, 30 May 2009 01:01:49 +0000 Subject: [PATCH] Don't print the discovered mount point. --- htsworkflow/util/mount.py | 1 - 1 file changed, 1 deletion(-) diff --git a/htsworkflow/util/mount.py b/htsworkflow/util/mount.py index 75dbe0a..bc0c26f 100644 --- a/htsworkflow/util/mount.py +++ b/htsworkflow/util/mount.py @@ -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] -- 2.30.2