Merge pull request #754 from louis-e/remove-elev-warning-telemetry

Remove elevation warning telemetry msg
This commit is contained in:
Louis Erbkamm
2026-02-14 21:15:53 +01:00
committed by GitHub

View File

@@ -326,11 +326,6 @@ pub fn fetch_elevation_data(
Ok(tile_data) => successful_tiles.push(tile_data),
Err(e) => {
eprintln!("Warning: Failed to download tile: {e}");
#[cfg(feature = "gui")]
send_log(
LogLevel::Warning,
&format!("Failed to download elevation tile: {e}"),
);
}
}
}