Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 27, 2022
1 parent 746ff8f commit cfc8b82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ fn copy_c_bindings(crate_dir: &str) {
}
let mut dir: PathBuf = components.collect();

dbg!(out_dir);
if dir.as_os_str().is_empty() {
panic!("Couldn't find target dir based on OUT_DIR");
} else {
dir.push("target");
dbg!(dir)
}
}

Expand Down

0 comments on commit cfc8b82

Please sign in to comment.