Skip to content

Commit

Permalink
chore: remove unintended println!() from cli_overwrite macro
Browse files Browse the repository at this point in the history
  • Loading branch information
enigbe committed Feb 9, 2024
1 parent 237475f commit defc4f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim-cli/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ macro_rules! cli_overwrite {
(config_struct, cli_struct) => {
$(
if let Some(value) = cli_struct.$field {
println!("Inside the macro");
log::info!(
"SimulatinConfig::{} {:?} overwritten by CLI argument {:?}",
stringify!($field),
Expand Down

0 comments on commit defc4f5

Please sign in to comment.