Commit 6791f2c9 authored by D1plo1d's avatar D1plo1d

Removing debug statements.

parent bbae212b
...@@ -439,8 +439,6 @@ class FastGCode(object): ...@@ -439,8 +439,6 @@ class FastGCode(object):
return self.lines.__iter__() return self.lines.__iter__()
def idxs(self, index): def idxs(self, index):
print len(self.lines)
print index
return (0, index) return (0, index)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment