Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Dec 20, 2024
1 parent c817a1f commit ce32f8c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions bolt-sidecar/src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ lazy_static! {
});

// If the environment variable is not set either, return an empty string
if let Ok(s) = from_env {
s
} else {
println!("Warning: Could not determine the git commit hash");
String::new()
}
from_env.unwrap_or_default()
})
);
}

0 comments on commit ce32f8c

Please sign in to comment.