mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4821 Remove debug output
This commit is contained in:
parent
1f4e7421c1
commit
f25aad8091
1 changed files with 0 additions and 1 deletions
|
@ -430,7 +430,6 @@ class CuraEngineBackend(QObject, Backend):
|
|||
# cached layer data is removed so the previous data is not rendered - CURA-4821
|
||||
if source.callDecoration("isBlockSlicing") and source.callDecoration("getLayerData"):
|
||||
if self._stored_optimized_layer_data:
|
||||
print(self._stored_optimized_layer_data)
|
||||
del self._stored_optimized_layer_data[source.callDecoration("getBuildPlateNumber")]
|
||||
|
||||
build_plate_changed = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue