chore: remove useless logging

This commit is contained in:
zhom
2025-11-26 20:51:56 +04:00
parent 0b63ad6556
commit 26099b3f7f
-1
View File
@@ -843,7 +843,6 @@ impl ApiClient {
let has_compatible_asset = Self::has_compatible_brave_asset(&release.assets, &os);
if has_compatible_asset {
log::info!("release.name: {:?}", release.name);
// Use the centralized nightly detection function
release.is_nightly =
is_browser_version_nightly("brave", &release.tag_name, Some(&release.name));