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