We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d41c0 commit 7ab04e9Copy full SHA for 7ab04e9
src/dfx/src/lib/builders/motoko.rs
@@ -59,7 +59,6 @@ fn get_imports(cache: &dyn Cache, info: &CanisterInfo, imports: &mut ImportsTrac
59
let parent = if let Some(top) = top {
60
MotokoImport::Canister(top.get_name().to_string()) // a little inefficient
61
} else {
62
- println!("FILE: {}", file.to_path_buf().to_str().unwrap());
63
MotokoImport::Relative(file.to_path_buf())
64
};
65
imports.nodes.entry(parent.clone()).or_insert_with(|| imports.graph.add_node(parent.clone()));
0 commit comments