mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Remove stray debug
This commit is contained in:
parent
d1bec6952c
commit
aa9fbb7cd2
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ impl MetaCollector for SpecializationLsetCollector {
|
|||
const UNIFYING_SPECIALIZATION: bool = true;
|
||||
|
||||
fn record_specialization_lambda_set(&mut self, member: Symbol, region: u8, var: Variable) {
|
||||
dbg!((member, region, var));
|
||||
self.0.insert((member, region), var);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue