We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39859d2 commit 846a7baCopy full SHA for 846a7ba
src/main.rs
@@ -14,7 +14,6 @@ fn main() -> Result<(), RunnerError> {
14
}
15
16
fn maybe_print_errors(result: RunResult) -> Result<(), RunnerError> {
17
- dbg!(&result);
18
if !result.info_messages.is_empty() {
19
for msg in result.info_messages {
20
println!("{}", msg);
0 commit comments