Remove debug code

CURA-6447
This commit is contained in:
Lipu Fei 2019-04-15 13:09:44 +02:00
parent d0aee9da3f
commit 0fe6555881

View file

@ -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