Remove console log

context-store
Alfred Melch 5 years ago
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…
Cancel
Save