mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
CURA-5035 Removed debug statement
This commit is contained in:
parent
0872d499f8
commit
5a194bb6d1
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ class Toolbox(QObject, Extension):
|
||||||
# one is because there are not separate API calls
|
# one is because there are not separate API calls
|
||||||
# for different kinds of showcases.
|
# for different kinds of showcases.
|
||||||
self._metadata[type] = json_data["data"]
|
self._metadata[type] = json_data["data"]
|
||||||
print(json_data["data"])
|
|
||||||
self._models[type].setMetadata(self._metadata[type])
|
self._models[type].setMetadata(self._metadata[type])
|
||||||
|
|
||||||
# Do some auto filtering
|
# Do some auto filtering
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue