Skip to content

Commit

Permalink
fix(dan): remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdannzor committed Sep 3, 2024
1 parent 0e24bb1 commit a14e185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dan_layer/template_test_tooling/src/package_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ impl PackageBuilder {
}

pub fn add_template_with_features<P: AsRef<Path>>(&mut self, path: P, features: &[&str]) -> &mut Self {
println!("[DEBUG] template path: {:?}", path.as_ref());
let wasm = compile_template(path, features).unwrap();
let template_addr = template_hasher32().chain(wasm.code()).result();
let wasm = wasm.load_template().unwrap();
Expand Down

0 comments on commit a14e185

Please sign in to comment.