Skip to content

Commit 991248a

Browse files
committed
ups
1 parent e70c971 commit 991248a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas_ghpython/artists/meshartist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def draw_mesh(self, color=None):
102102
Faces with more than 4 vertices will be triangulated on-the-fly.
103103
"""
104104
color = color or self.default_color
105-
print(self.default_color)
106105
vertices, faces = self.mesh.to_vertices_and_faces()
107106
return compas_ghpython.draw_mesh(vertices, faces, color)
108107

0 commit comments

Comments
 (0)