mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:59:12 +08:00
Remove debug code
CURA-6447
This commit is contained in:
parent
d0aee9da3f
commit
0fe6555881
@ -1786,8 +1786,6 @@ class CuraApplication(QtApplication):
|
|||||||
has_active_machine = self._machine_manager.activeMachine is not None
|
has_active_machine = self._machine_manager.activeMachine is not None
|
||||||
has_app_just_upgraded = self.hasJustUpdatedFromOldVersion()
|
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
|
# 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
|
show_whatsnew_only = has_active_machine and has_app_just_upgraded
|
||||||
return show_whatsnew_only
|
return show_whatsnew_only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user