T466: Cleaned code

This commit is contained in:
Victor Larchenko 2016-10-25 16:38:25 +06:00 committed by Youness Alaoui
parent b24d5ef12b
commit 5d0c598622
3 changed files with 1 additions and 53 deletions

View file

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