Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao committed May 23, 2024
1 parent bd37b26 commit f869b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mallockit/dev/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ fn main() -> anyhow::Result<()> {
let mut cmd = Command::new(&args[0]);
cmd.args(&args[1..]);
cmd.env(ENV, dylib);
println!("{:?}", cmd);
cmd
} else if options.gdb {
let mut cmd = Command::new("rust-gdb");
Expand Down

0 comments on commit f869b9e

Please sign in to comment.