mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:59:00 +08:00
Remove debug print()
Contributes to CURA-5604
This commit is contained in:
parent
7856e47467
commit
8268419eda
@ -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…
x
Reference in New Issue
Block a user