Skip to content

Commit

Permalink
GH-525: remove unnecessary eprintln
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed Oct 9, 2024
1 parent 5f8dc71 commit cfc762b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/src/node_configurator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ fn get_config_file_from_mc(
data_directory_def: bool,
dirs_wrapper: &dyn DirsWrapper,
) -> FieldPair<PathBuf> {
eprintln!("Data Directory: {:?}", data_directory);
let mut panic: bool = false;
let config_file = value_m!(multi_config, "config-file", PathBuf);
match config_file {
Expand Down

0 comments on commit cfc762b

Please sign in to comment.