mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove debug print()
Contributes to CURA-5604
This commit is contained in:
parent
7856e47467
commit
8268419eda
1 changed files with 0 additions and 1 deletions
|
@ -788,7 +788,6 @@ class Toolbox(QObject, Extension):
|
||||||
if not self._models[modelType]:
|
if not self._models[modelType]:
|
||||||
Logger.log("w", "Toolbox: Couldn't filter %s model because it doesn't exist.", modelType)
|
Logger.log("w", "Toolbox: Couldn't filter %s model because it doesn't exist.", modelType)
|
||||||
return
|
return
|
||||||
print(filterDict)
|
|
||||||
self._models[modelType].setFilter(filterDict)
|
self._models[modelType].setFilter(filterDict)
|
||||||
self.filterChanged.emit()
|
self.filterChanged.emit()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue