mirror of
https://github.com/louis-e/arnis.git
synced 2026-02-18 23:22:10 -05:00
Merge pull request #754 from louis-e/remove-elev-warning-telemetry
Remove elevation warning telemetry msg
This commit is contained in:
@@ -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}"),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user