Remove info statement when not in GHA
This commit is contained in:
parent
8ad3089e93
commit
a6e08a2a14
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue