mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Remove debug code
CURA-6447
This commit is contained in:
parent
d0aee9da3f
commit
0fe6555881
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue