mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove stray dbgs
This commit is contained in:
parent
ea2e5d171a
commit
7c215f9273
2 changed files with 1 additions and 20 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue