Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2015-09-08 14:31:16 +0300
committerJaime van Kessel <nallath@gmail.com>2015-09-08 14:31:16 +0300
commitdfe4b348b458d6b211c6967c4d419c81d18ab73b (patch)
tree397a23e923516a974631e20e09c9ff10f0f4d21c /cura/OneAtATimeIterator.py
parentf3eefd7be110ad38acd1e77e5c1647b217b2300c (diff)
Fixed push free for one at a time
Diffstat (limited to 'cura/OneAtATimeIterator.py')
-rw-r--r--cura/OneAtATimeIterator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/OneAtATimeIterator.py b/cura/OneAtATimeIterator.py
index 0be14e8703..64f25c6b64 100644
--- a/cura/OneAtATimeIterator.py
+++ b/cura/OneAtATimeIterator.py
@@ -59,7 +59,7 @@ class OneAtATimeIterator(Iterator.Iterator):
# We have no more nodes to check, so quit looking.
todo_node_list = None
self._node_stack = new_order
- print(self._node_stack)
+
return
todo_node_list.append(_objectOrder(new_order, new_todo_list))
self._node_stack = [] #No result found!