disable printing of type clone count

This commit is contained in:
Folkert 2022-03-17 19:32:46 +01:00
parent dfaf9c86c3
commit 0d28b5f475
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -2039,7 +2039,7 @@ fn finish_specialization(
subs: Subs,
exposed_to_host: ExposedToHost,
) -> Result<MonomorphizedModule, LoadingProblem> {
if true {
if false {
println!(
"total Type clones: {} ",
roc_types::types::get_type_clone_count()