Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 7, 2023
1 parent d61222b commit 6c8f27b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Code/test/tests/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1118,11 +1118,6 @@ fn run_steps(driver: &mut Driver<TestContext>, steps: Vec<TestStep>) {
.unwrap_or_else(|| input_from_prev_output.unwrap());

let mut outputs = block_on(driver.process(input)).expect("execute succeeded");

if outputs.len() > 1 {
dbg!(&outputs);
}

let output = outputs.pop();

assert_eq!(output, step.expected_output, "expected output");
Expand Down

0 comments on commit 6c8f27b

Please sign in to comment.