mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Clean up some debugging info
This commit is contained in:
parent
72d865b753
commit
e0fc71526e
2 changed files with 15 additions and 176 deletions
|
@ -502,7 +502,7 @@ fn union_sorted_tags_help<'a>(
|
|||
|
||||
UnionVariant::ByteUnion(tag_names)
|
||||
}
|
||||
_ => UnionVariant::Wrapped(dbg!(answer)),
|
||||
_ => UnionVariant::Wrapped(answer),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue