From 7bd6ee3b511385bc823592538575152ccf5112df Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 19 Jul 2011 17:40:54 -0700 Subject: [PATCH] Remove spurious debugging print statement --- htsworkflow/util/hashfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/htsworkflow/util/hashfile.py b/htsworkflow/util/hashfile.py index f246410..2900e76 100644 --- a/htsworkflow/util/hashfile.py +++ b/htsworkflow/util/hashfile.py @@ -10,7 +10,6 @@ def make_md5sum(filename): """Quickly find the md5sum of a file """ md5_cache = os.path.join(filename+".md5") - print md5_cache if os.path.exists(md5_cache): logger.debug("Found md5sum in {0}".format(md5_cache)) stream = open(md5_cache,'r') -- 2.30.2