aboutsummaryrefslogtreecommitdiff
path: root/gn3/csvcmp.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/csvcmp.py')
-rw-r--r--gn3/csvcmp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/csvcmp.py b/gn3/csvcmp.py
index eef64b5..7b2ae74 100644
--- a/gn3/csvcmp.py
+++ b/gn3/csvcmp.py
@@ -55,7 +55,6 @@ def csv_diff(base_csv, delta_csv, tmp_dir="/tmp"):
else:
delta_csv = delta_csv.replace("Strain Name,Value,SE,Count",
longest_header, 1)
- print(delta_csv)
file_name1 = os.path.join(tmp_dir, str(uuid.uuid4()))
file_name2 = os.path.join(tmp_dir, str(uuid.uuid4()))