Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Apr 25, 2024
1 parent f5f114f commit ac451a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/simulator/src/basic_sim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ pub fn run_basic_sim(matches: &ArgMatches) -> Result<(), String> {
let log_level = matches
.get_one::<String>("debug-level")
.expect("missing speed_up_factor default");

let continue_after_checks = matches.get_flag("continue_after_checks");
let post_merge_sim = matches.get_flag("post-merge");

println!("Basic Simulator:");
println!(" nodes: {}", node_count);
Expand Down

0 comments on commit ac451a8

Please sign in to comment.