From 498b1b8a34c8a93e7fd1035c71dff792ae548f30 Mon Sep 17 00:00:00 2001 From: Aaron Viets <aaron.viets@ligo.org> Date: Tue, 18 Sep 2018 13:56:17 -0700 Subject: [PATCH] pcal2darm_timeseries.py: Removed unnecessary print statements. --- .../tests/check_calibration/pcal2darm_timeseries.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gstlal-calibration/tests/check_calibration/pcal2darm_timeseries.py b/gstlal-calibration/tests/check_calibration/pcal2darm_timeseries.py index 84ff06de70..189d4aaa72 100644 --- a/gstlal-calibration/tests/check_calibration/pcal2darm_timeseries.py +++ b/gstlal-calibration/tests/check_calibration/pcal2darm_timeseries.py @@ -222,11 +222,6 @@ def pcal2darm(pipeline, name): # Interleave magnitude_and_phase = calibration_parts.mkinterleave(pipeline, [magnitude, phase]) # Write to file - print 'IFO = %s' % ifo - print 'channel = %s' % channel - print 'options.pcal_channel_name = %s' % options.pcal_channel_name - print 'frequencies[i] = %0.1f' % frequencies[i] - print "%s_%s_over_%s_at_%0.1fHz.txt" % (ifo, channel, options.pcal_channel_name, frequencies[i]) pipeparts.mknxydumpsink(pipeline, magnitude_and_phase, "%s_%s_over_%s_at_%0.1fHz.txt" % (ifo, channel, options.pcal_channel_name, frequencies[i])) # -- GitLab