Skip to content

Commit ae58985

Browse files
committed
removed tracing
1 parent 4b058fc commit ae58985

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
@@ -219,7 +219,6 @@ impl CanisterBuilder for MotokoBuilder {
219219
Some(Path::new(path2).to_owned())
220220
} else {
221221
let path3 = pre_path.join(Path::new("lib.mo"));
222-
println!("path3: {}", &path3.to_string_lossy()); // FIXME
223222
if path3.exists() {
224223
Some(path3.to_owned())
225224
} else {

0 commit comments

Comments
 (0)