Clean up some debugging info

This commit is contained in:
Richard Feldman 2020-06-25 00:17:42 -04:00
parent 72d865b753
commit e0fc71526e
2 changed files with 15 additions and 176 deletions

View file

@ -502,7 +502,7 @@ fn union_sorted_tags_help<'a>(
UnionVariant::ByteUnion(tag_names)
}
_ => UnionVariant::Wrapped(dbg!(answer)),
_ => UnionVariant::Wrapped(answer),
}
}
}