Remove debug print()

Contributes to CURA-5604
This commit is contained in:
Ian Paschal 2018-08-03 14:31:30 +02:00
parent 7856e47467
commit 8268419eda

View file

@ -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()