Skip to content
Snippets Groups Projects
Commit ae5de3a6 authored by Campbell Barton's avatar Campbell Barton
Browse files

remove print left in by accident

parent 58a098ef
Branches
No related tags found
No related merge requests found
......@@ -113,7 +113,6 @@ def bmesh_check_self_intersect_object(obj):
overlap = tree.overlap(tree)
faces_error = {i for i_pair in overlap for i in i_pair}
print(faces_error)
return array.array('i', faces_error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment