From d22fbedf4cc838a5154c2290125dc6eaffc131ad Mon Sep 17 00:00:00 2001 From: Wouter Klijn <klijn@astron.nl> Date: Thu, 30 May 2013 15:27:05 +0000 Subject: [PATCH] Task #4505: remove debug print message --- CEP/Pipeline/recipes/sip/nodes/imager_source_finding.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CEP/Pipeline/recipes/sip/nodes/imager_source_finding.py b/CEP/Pipeline/recipes/sip/nodes/imager_source_finding.py index aefb80b208b..07612e98991 100644 --- a/CEP/Pipeline/recipes/sip/nodes/imager_source_finding.py +++ b/CEP/Pipeline/recipes/sip/nodes/imager_source_finding.py @@ -190,10 +190,6 @@ class imager_source_finding(LOFARnodeTCP): #************************************************** # 2. Parse the files # a. Read the format line and save (same for all bdsm runs) - self.logger.error("opening file:") - self.logger.error(catalog_output_path + "_{0}".format( - idx_source_file)) - format_line = filepointer.readline() #read the rest of the file -- GitLab