From e65a8ca606617c40c7806a52fe4a228cf5a656da Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 6 Apr 2021 06:00:41 -0600 Subject: [PATCH] csv_convert.py commented out debug prints Signed-off-by: Chuck SmileyRekiere --- py-scripts/csv_convert.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-scripts/csv_convert.py b/py-scripts/csv_convert.py index f63e0ecb..a8640411 100755 --- a/py-scripts/csv_convert.py +++ b/py-scripts/csv_convert.py @@ -32,8 +32,8 @@ class CSVParcer(): dataframe = dataframe.replace('Mbps','',regex=True) dataframe = dataframe.rename(columns={'Atten':'Attenuation [dB]','Rotation':'Position [Deg]','Rx-Bps':'Traffic Pair 1 Throughtput [Mbps]'}) - print('{}'.format(self.csv_infile)) - print("dataframe {}".format(dataframe)) + #print('{}'.format(self.csv_infile)) + #print("dataframe {}".format(dataframe)) if self.csv_outfile == None: csv_summary = self.csv_infile.replace('candela','comcast') else: