Remove stray dbgs

This commit is contained in:
Ayaz Hafiz 2022-08-29 14:21:09 -05:00
parent ea2e5d171a
commit 7c215f9273
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 1 additions and 20 deletions

View file

@ -1986,13 +1986,6 @@ macro_rules! cached_or_impl {
if criteria.is_cacheable() {
// The computed layout is cacheable; insert it.
dbg!((
$var,
roc_types::subs::SubsFmtContent(
$self.subs.get_content_without_compacting($var),
$self.subs
)
));
$self
.cache
.$insert($self.subs, $var, result, criteria.cache_metadata());