Skip to content

Commit

Permalink
removing a useless 'console.log'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Feb 28, 2024
1 parent fd96649 commit e906685
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const AppHeader: React.FC = () => {
useEffect(() => {
if(sentences.length && sentences[curIndex]) {
const [chap, vers] = sentences[curIndex].chunks[0].source[0].cv.split(":").map((digit: string) => parseInt(digit, 10));
console.log(chap, vers);
setChapterNumber(chap);
setVerseNumber(vers);
}
Expand Down

0 comments on commit e906685

Please sign in to comment.