Skip to content

Commit 011f850

Browse files
committed
removed tracing
1 parent 4742995 commit 011f850

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
@@ -108,7 +108,6 @@ pub fn add_imports(
108108
.output()
109109
.with_context(|| format!("Error executing {:#?}", command))?;
110110
let output = String::from_utf8_lossy(&output.stdout);
111-
println!("[[{}]]", output);
112111

113112
for line in output.lines() {
114113
let child = Import::try_from(line).context("Failed to create MotokoImport.")?;

0 commit comments

Comments
 (0)