From 0fe65558810b1f9d16448dc8561ac9b63cdd8ced Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 15 Apr 2019 13:09:44 +0200 Subject: [PATCH] Remove debug code CURA-6447 --- cura/CuraApplication.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index d5ab2bd706..60722c4767 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -1786,8 +1786,6 @@ class CuraApplication(QtApplication): has_active_machine = self._machine_manager.activeMachine is not None has_app_just_upgraded = self.hasJustUpdatedFromOldVersion() - print("!!!!!!!!!!!!! has_active_machine = ", has_active_machine) - # Only show the what's new dialog if there's no machine and we have just upgraded show_whatsnew_only = has_active_machine and has_app_just_upgraded return show_whatsnew_only