Skip to content

Commit 3d49606

Browse files
author
Bastian Gruber
committed
Done.
1 parent 83a2b30 commit 3d49606

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ch_11/integration-tests/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ async fn main() -> Result<(), handle_errors::Error> {
4242
.output()
4343
.expect("sqlx command failed to start");
4444

45-
io::stdout().write_all(&s.stdout).unwrap();
4645
io::stdout().write_all(&s.stderr).unwrap();
4746

4847
let s = Command::new("sqlx")
@@ -53,7 +52,6 @@ async fn main() -> Result<(), handle_errors::Error> {
5352
.output()
5453
.expect("sqlx command failed to start");
5554

56-
io::stdout().write_all(&s.stdout).unwrap();
5755
io::stdout().write_all(&s.stderr).unwrap();
5856

5957
let store = setup_store(&config).await?;

0 commit comments

Comments
 (0)