Skip to content

Commit

Permalink
remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Feb 19, 2024
1 parent 78e0f2f commit ac48004
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/src/modules/rapifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,10 @@ pub fn rapify(addon: &Addon, path: &WorkspacePath, ctx: &Context) -> Result<Repo
.build_data()
.set_required_version(version, file.to_owned(), span);
}
println!("using .bin");
path.with_extension("bin")?
} else {
path.to_owned()
};
println!("out: {:?}", out.as_str());
if processed.no_rapify() {
debug!(
"skipping rapify for {}, as instructed by preprocessor",
Expand Down

0 comments on commit ac48004

Please sign in to comment.