No longer call initialize() since it's included in __init__

We now always run initialize() after __init__ in Uranium.
This commit is contained in:
Ghostkeeper 2018-05-31 21:28:21 +02:00
parent 945429195e
commit abc3cde568
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -247,8 +247,6 @@ class CuraApplication(QtApplication):
tray_icon_name = "cura-icon-32.png",
**kwargs)
self.initialize()
# FOR TESTING ONLY
if kwargs["parsed_command_line"].get("trigger_early_crash", False):
assert not "This crash is triggered by the trigger_early_crash command line argument."