Remove info statement when not in GHA

This commit is contained in:
Luc Perkins 2024-05-16 14:54:44 -03:00
parent 8ad3089e93
commit a6e08a2a14
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -263,7 +263,6 @@ async fn main_cli() -> Result<()> {
tracing::info!("Native GitHub Action cache is enabled.");
Some(gha_cache)
} else {
tracing::info!("Native GitHub Action cache is disabled.");
None
};