mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Remove log entry for when Marketplace QML fails to load
This is already logged with a warning by the QML engine. Contributes to issue CURA-8556.
This commit is contained in:
parent
77d1bebbdb
commit
476321be5c
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ class Marketplace(Extension):
|
|||
path = os.path.join(plugin_path, "resources", "qml", "Marketplace.qml")
|
||||
self._window = CuraApplication.getInstance().createQmlComponent(path, {})
|
||||
if self._window is None: # Still None? Failed to load the QML then.
|
||||
Logger.error(f"Failed to load QML for Marketplace window.")
|
||||
return
|
||||
self._window.show()
|
||||
self._window.requestActivate() # Bring window into focus, if it was already open in the background.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue