Stray dbg

This commit is contained in:
Ayaz Hafiz 2022-08-31 14:53:52 -05:00
parent 95765bcb1e
commit c2d042eba2
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -2104,13 +2104,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());