Skip to content

Commit 030f9af

Browse files
committed
removed tracing
1 parent 7ab04e9 commit 030f9af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dfx/src/lib/builders/motoko.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ impl CanisterBuilder for MotokoBuilder {
196196
if let Ok(wasm_file_metadata) = metadata(output_wasm_path) {
197197
let wasm_file_time = wasm_file_metadata.modified()?;
198198
let mut imports = pool.imports.borrow_mut();
199-
println!("NODES: {:?}", imports.nodes);
200-
println!("NAME: {}", canister_info.get_name().to_string());
201199
// TODO: ineffective to_string()
202200
let start = if let Some(node_index) = imports.nodes.get(&MotokoImport::Canister(canister_info.get_name().to_string())) {
203201
*node_index

0 commit comments

Comments
 (0)