Skip to content

Commit

Permalink
removed tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Apr 16, 2024
1 parent 7ab04e9 commit 030f9af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dfx/src/lib/builders/motoko.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ impl CanisterBuilder for MotokoBuilder {
if let Ok(wasm_file_metadata) = metadata(output_wasm_path) {
let wasm_file_time = wasm_file_metadata.modified()?;
let mut imports = pool.imports.borrow_mut();
println!("NODES: {:?}", imports.nodes);
println!("NAME: {}", canister_info.get_name().to_string());
// TODO: ineffective to_string()
let start = if let Some(node_index) = imports.nodes.get(&MotokoImport::Canister(canister_info.get_name().to_string())) {
*node_index
Expand Down

0 comments on commit 030f9af

Please sign in to comment.