mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Remove incorrect log
There is absolutely no reason that needed to be logged, since it happens on *every* boot. It was also not a place where an exception even happend.
This commit is contained in:
parent
1f523053d9
commit
4b324095ec
@ -58,7 +58,6 @@ class PackagesModel(ListModel):
|
|||||||
items = []
|
items = []
|
||||||
|
|
||||||
if self._metadata is None:
|
if self._metadata is None:
|
||||||
Logger.logException("w", "Failed to load packages for Marketplace")
|
|
||||||
self.setItems(items)
|
self.setItems(items)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user