We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70c971 commit 991248aCopy full SHA for 991248a
src/compas_ghpython/artists/meshartist.py
@@ -102,7 +102,6 @@ def draw_mesh(self, color=None):
102
Faces with more than 4 vertices will be triangulated on-the-fly.
103
"""
104
color = color or self.default_color
105
- print(self.default_color)
106
vertices, faces = self.mesh.to_vertices_and_faces()
107
return compas_ghpython.draw_mesh(vertices, faces, color)
108
0 commit comments