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 4b058fc commit ae58985Copy full SHA for ae58985
src/dfx/src/lib/builders/motoko.rs
@@ -219,7 +219,6 @@ impl CanisterBuilder for MotokoBuilder {
219
Some(Path::new(path2).to_owned())
220
} else {
221
let path3 = pre_path.join(Path::new("lib.mo"));
222
- println!("path3: {}", &path3.to_string_lossy()); // FIXME
223
if path3.exists() {
224
Some(path3.to_owned())
225
0 commit comments