chore: cleanup logs

This commit is contained in:
zhom
2025-11-30 20:42:06 +04:00
parent 11869855e9
commit 24eff75d4e
-1
View File
@@ -564,7 +564,6 @@ impl ApiClient {
let cached_data: CachedGithubData = serde_json::from_str(&content).ok()?;
// Always use cached GitHub releases - cache never expires, only gets updated with new versions
log::info!("Using cached GitHub releases for {browser}");
Some(cached_data.releases)
}