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