Skip to content

Commit 7ab04e9

Browse files
committed
removed tracing
1 parent d8d41c0 commit 7ab04e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ fn get_imports(cache: &dyn Cache, info: &CanisterInfo, imports: &mut ImportsTrac
5959
let parent = if let Some(top) = top {
6060
MotokoImport::Canister(top.get_name().to_string()) // a little inefficient
6161
} else {
62-
println!("FILE: {}", file.to_path_buf().to_str().unwrap());
6362
MotokoImport::Relative(file.to_path_buf())
6463
};
6564
imports.nodes.entry(parent.clone()).or_insert_with(|| imports.graph.add_node(parent.clone()));

0 commit comments

Comments
 (0)