Skip to content

Commit

Permalink
chore: remove debug prints in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvukhang committed Mar 5, 2024
1 parent a2b4aa1 commit 8daf03a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ test!(
sh!(t, "git init -b main");
sh!(t, "mkdir src");
sh!(t, "touch A B src/C src/D");
println!("GOT HERE");
gitnu!(t, status).unwrap();
println!("GOT HERE");
},
"src",
["add", "2", "3"],
Expand Down

0 comments on commit 8daf03a

Please sign in to comment.