mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
T466: Cleaned code
This commit is contained in:
parent
b24d5ef12b
commit
5d0c598622
3 changed files with 1 additions and 53 deletions
|
@ -60,7 +60,6 @@ class ProcessSlicedLayersJob(Job):
|
|||
for node in DepthFirstIterator(self._scene.getRoot()):
|
||||
if node.callDecoration("getLayerData"):
|
||||
node.getParent().removeChild(node)
|
||||
# break
|
||||
if self._abort_requested:
|
||||
if self._progress:
|
||||
self._progress.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue