mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
remove stray dbg
This commit is contained in:
parent
9b0cc2a5fd
commit
daaa1a3720
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ safe = \queen, diagonal, xs ->
|
||||||
|
|
||||||
length : ConsList a -> I64
|
length : ConsList a -> I64
|
||||||
length = \xs ->
|
length = \xs ->
|
||||||
dbg "length"
|
|
||||||
lengthHelp xs 0
|
lengthHelp xs 0
|
||||||
|
|
||||||
lengthHelp : ConsList a, I64 -> I64
|
lengthHelp : ConsList a, I64 -> I64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue