mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
Remove io.debug calls
This commit is contained in:
parent
c464059153
commit
50f5c2845b
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ pub fn cartesian_product(xarr: List(a), yarr: List(a)) -> List(#(a, a)) {
|
|||
yset,
|
||||
accumulator0,
|
||||
fn(accumulator1: set.Set(#(a, a)), member1: a) -> set.Set(#(a, a)) {
|
||||
io.debug(#(member0, member1))
|
||||
set.insert(accumulator1, #(member0, member1))
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue