From 9ed705b14670ebbba2400b0b10b6be4baa28efb8 Mon Sep 17 00:00:00 2001 From: mattminder <myfiles@Mattus-MacBook-Pro.local> Date: Fri, 8 May 2020 18:12:09 +0200 Subject: [PATCH] Remove debug print --- GUI_main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GUI_main.py b/GUI_main.py index be32cef..5b57d3c 100644 --- a/GUI_main.py +++ b/GUI_main.py @@ -644,7 +644,6 @@ class App(QMainWindow): timecolindex = timecolindex + 4 # saves the xls file. - print(xlsfilename) try: book.save(xlsfilename) except TypeError: -- GitLab