Skip to content

Commit 09d3e9e

Browse files
Removed temporary debugging
1 parent 4789222 commit 09d3e9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-core/src/build/package_compiler.rs

-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ where
170170
}
171171
}
172172

173-
println!("{:?}", loaded.cached_metadata);
174-
175173
// Type check the modules that are new or have changed
176174
tracing::info!(count=%loaded.to_compile.len(), "analysing_modules");
177175
let outcome = analyse(

0 commit comments

Comments
 (0)