Skip to content

Commit 4ed0192

Browse files
committed
Remove additional print output
1 parent 2011672 commit 4ed0192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pid1/tests/sanity.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ fn reaps_zombie_process() {
8989
});
9090

9191
let stdout = String::from_utf8(output.stdout).unwrap();
92-
println!("foo: {stdout}");
9392

9493
assert!(output.status.success(), "Process exited successfully");
9594

0 commit comments

Comments
 (0)