Skip to content

Commit 6cb758a

Browse files
authored
Update 1640-check-array-formation-through-concatenation.js
1 parent fc7b220 commit 6cb758a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1640-check-array-formation-through-concatenation.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const canFormArray = function(arr, pieces) {
1010
}
1111
for(let p of pieces) {
1212
let idx = m.get(p[0])
13-
console.log(idx)
1413
if(idx == null) return false
1514
for(let i = 1, len = p.length; i < len; i++) {
1615
console.log(m.has(p[i]))

0 commit comments

Comments
 (0)