Skip to content

Commit

Permalink
chain sim - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Oct 11, 2024
1 parent 3e69995 commit dc2f0f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/meta/src/cmd/test/simulator_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub(crate) fn simulator_setup(interactors_dir: &Path) -> bool {
}

pub(crate) fn is_chain_simulator_config(config_path: PathBuf) -> bool {
println!(">>>{}", config_path.display());
let config_content = read_to_string(config_path).expect("Failed to read configuration file.");

let parsed_config = config_content
Expand Down

0 comments on commit dc2f0f8

Please sign in to comment.