mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
disable printing of type clone count
This commit is contained in:
parent
dfaf9c86c3
commit
0d28b5f475
1 changed files with 1 additions and 1 deletions
|
@ -2039,7 +2039,7 @@ fn finish_specialization(
|
||||||
subs: Subs,
|
subs: Subs,
|
||||||
exposed_to_host: ExposedToHost,
|
exposed_to_host: ExposedToHost,
|
||||||
) -> Result<MonomorphizedModule, LoadingProblem> {
|
) -> Result<MonomorphizedModule, LoadingProblem> {
|
||||||
if true {
|
if false {
|
||||||
println!(
|
println!(
|
||||||
"total Type clones: {} ",
|
"total Type clones: {} ",
|
||||||
roc_types::types::get_type_clone_count()
|
roc_types::types::get_type_clone_count()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue