From c64e8f15c52422d93bc2b5148ad2f9414e72ddff Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 31 Mar 2009 01:29:12 +0000 Subject: [PATCH] remove some useless debugging print statements --- htsworkflow/pipelines/bustard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/htsworkflow/pipelines/bustard.py b/htsworkflow/pipelines/bustard.py index 91929ec..f1d73eb 100644 --- a/htsworkflow/pipelines/bustard.py +++ b/htsworkflow/pipelines/bustard.py @@ -170,7 +170,6 @@ def crosstalk_matrix_from_bustard_config(bustard_path, bustard_config_tree): raise RuntimeError('Expected to find MatrixElements in Bustard BaseCallParameters') matrix = CrosstalkMatrix(xml=matrix_elements) - print "matrix:", matrix return matrix class Bustard(object): @@ -273,7 +272,6 @@ def bustard(pathname): b.user = groups[2] b.pathname = pathname bustard_config_filename = os.path.join(pathname, 'config.xml') - print bustard_config_filename paramfiles = glob(os.path.join(pathname, "params?.xml")) for paramfile in paramfiles: phasing = Phasing(paramfile) -- 2.30.2