Remove console log
This commit is contained in:
parent
3bec754ae8
commit
f8632b2e97
@ -82,7 +82,6 @@ export const selectPrevWord = createSelector(
|
|||||||
selectWords,
|
selectWords,
|
||||||
selectCurrentSegmentIndex,
|
selectCurrentSegmentIndex,
|
||||||
(words, curSegment) => {
|
(words, curSegment) => {
|
||||||
console.log(words, curSegment, getNextSmallerNumber(curSegment, words))
|
|
||||||
return getNextSmallerNumber(curSegment, words)
|
return getNextSmallerNumber(curSegment, words)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user