Comment out vertex count log

This commit is contained in:
Oğuzhan Koral
2023-01-10 15:40:44 +03:00
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