mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Stray dbg
This commit is contained in:
parent
e6094df69b
commit
3d2642b282
1 changed files with 0 additions and 1 deletions
|
@ -808,7 +808,6 @@ trait DerivableVisitor {
|
|||
.is_err()
|
||||
&& !Self::is_derivable_builtin_opaque(opaque)
|
||||
{
|
||||
dbg!(opaque);
|
||||
return Err(NotDerivable {
|
||||
var,
|
||||
context: NotDerivableContext::Opaque(opaque),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue