Skip to content

Commit

Permalink
Removed useless console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncabot committed Feb 25, 2024
1 parent f4938d6 commit 5f5d03d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const renderText = (text) => {
consoleText.innerHTML += `<i>${italicText}</i>`;
break;
default:
console.log(text.charAt(textIndex));
consoleText.innerHTML += text.charAt(textIndex);
break;
}
Expand Down

0 comments on commit 5f5d03d

Please sign in to comment.