Comment out vertex count log
This commit is contained in:
committed by
oguzhankoral
parent
349218f0b5
commit
bbda233fd8
@@ -131,7 +131,7 @@ module SpeckleConnector
|
||||
end
|
||||
|
||||
def update_mesh
|
||||
puts "Vertex count on mesh #{vertices.length}"
|
||||
# puts "Vertex count on mesh #{vertices.length}"
|
||||
self['@(31250)vertices'] = vertices_to_array(units)
|
||||
self[:'@(62500)faces'] = polygons
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user