From d3999103eb5af54b2ae4cea512d58536c50689d6 Mon Sep 17 00:00:00 2001 From: QC Developer Date: Wed, 18 May 2022 08:06:43 +1000 Subject: [PATCH] Add files via upload --- qualcoder/report_sql.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/qualcoder/report_sql.py b/qualcoder/report_sql.py index 60c0f5c9f..c92c56f8c 100644 --- a/qualcoder/report_sql.py +++ b/qualcoder/report_sql.py @@ -170,9 +170,6 @@ def export_file(self): filepath = export_dir.filepath if filepath is None: return - - print("FP", filepath) - quote_option = csv.QUOTE_MINIMAL if self.ui.checkBox_quote.isChecked(): quote_option = csv.QUOTE_ALL