mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
No longer call initialize() since it's included in __init__
We now always run initialize() after __init__ in Uranium.
This commit is contained in:
parent
945429195e
commit
abc3cde568
1 changed files with 0 additions and 2 deletions
|
|
@ -247,8 +247,6 @@ class CuraApplication(QtApplication):
|
||||||
tray_icon_name = "cura-icon-32.png",
|
tray_icon_name = "cura-icon-32.png",
|
||||||
**kwargs)
|
**kwargs)
|
||||||
|
|
||||||
self.initialize()
|
|
||||||
|
|
||||||
# FOR TESTING ONLY
|
# FOR TESTING ONLY
|
||||||
if kwargs["parsed_command_line"].get("trigger_early_crash", False):
|
if kwargs["parsed_command_line"].get("trigger_early_crash", False):
|
||||||
assert not "This crash is triggered by the trigger_early_crash command line argument."
|
assert not "This crash is triggered by the trigger_early_crash command line argument."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue