mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Remove log message
This commit is contained in:
parent
c070286c90
commit
ec20d9c0b6
@ -22,7 +22,7 @@ impl<I: Add + From<lyon::lyon_tessellation::VertexId> + MaxIndex + Pod> Tesselat
|
||||
let mut buffer: VertexBuffers<ShaderVertex, I> = VertexBuffers::new();
|
||||
let mut feature_vertices: Vec<u32> = Vec::new();
|
||||
let mut last = 0;
|
||||
info!("features: {}", self.features().len());
|
||||
|
||||
for feature in self.features() {
|
||||
match feature.geometry() {
|
||||
Geometry::GeometryPolygon(polygon) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user