From ca252c115569ffacd62ef0db5ddc2cf5f5e1283e Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 11 Mar 2022 12:42:51 +0300 Subject: Delete noisy "print" statement --- gn3/csvcmp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3/csvcmp.py') 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())) -- cgit v1.2.3