Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NuSkooler/bivrost
Browse files Browse the repository at this point in the history
  • Loading branch information
NuSkooler committed Dec 9, 2018
2 parents 736646b + b66136b commit 4cdb00f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ fn main() {
.map(|arg| arg.replace("{fd}", &format!("{}", shared_fd)))
.collect::<Vec<String>>();

println!("{:?}", target_args);

let command = target_args.first().unwrap();

let target_exit_status = Command::new(command)
Expand Down

0 comments on commit 4cdb00f

Please sign in to comment.