remove some debug statements

This commit is contained in:
Daniel Bauer
2021-07-19 08:32:38 +02:00
parent c05becea22
commit 2c565dee28
5 changed files with 4 additions and 6 deletions

View File

@@ -66,4 +66,4 @@ mod integration {
let output_len = String::from_utf8_lossy(&output.stdout).len();
assert_eq!(output_len, 0);
}
}
}