Commit f9a45628 authored by Whitham D. Reeve II's avatar Whitham D. Reeve II

Remove debug statement.

parent 73efa050
......@@ -983,7 +983,6 @@ class Polygon(TransformableContainer):
self_is_outer = self.is_outer()
groups = []
for lines in cleaned_line_groups:
log.info("run 3 len: " + str(len(lines)) + " " + str(lines))
if callback and callback():
return None
group = Polygon(self.plane)
......
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