mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -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]:
|
||||
Logger.log("w", "Toolbox: Couldn't filter %s model because it doesn't exist.", modelType)
|
||||
return
|
||||
print(filterDict)
|
||||
self._models[modelType].setFilter(filterDict)
|
||||
self.filterChanged.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue