mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class PackagesModel(ListModel):
|
|||
items = []
|
||||
|
||||
if self._metadata is None:
|
||||
Logger.logException("w", "Failed to load packages for Marketplace")
|
||||
self.setItems(items)
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue