Skip to content

Commit f8d988f

Browse files
committed
Oups
1 parent 35cfc18 commit f8d988f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ordered-keyvalue.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ const OrderedKeyValue =
168168
position: v.position >= 0 ? v.position : values.length + (v.position)
169169
})
170170
)
171-
console.log(nonNegativePositionValues)
172171

173172
return nonNegativePositionValues
174173
.sort((a, b) =>{

0 commit comments

Comments
 (0)