Skip to content

Commit

Permalink
Remove eprintln's used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximkaaa committed Jan 27, 2025
1 parent 2fbf4f4 commit a3c32b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions galileo/src/layer/vector_tile_layer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ impl VectorTileLayer {
*prev_background = None;
style.background
} else {
eprintln!("Interpolating");
prev.color.blend(
style
.background
Expand All @@ -317,8 +316,6 @@ impl VectorTileLayer {
None => style.background,
};

eprintln!("Using background: {color:?}");

bundle.add(
RenderPrimitive::<_, _, galileo_types::impls::Contour<_>, _>::new_polygon_ref(
&bounds,
Expand Down

0 comments on commit a3c32b8

Please sign in to comment.