diff --git a/scripts/index.js b/scripts/index.js index 72706b5..380da68 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -28,7 +28,6 @@ function clearPrompt(delay, callback) { function removeChar() { if (i++ < topicLength) { - console.log("clearing char"); terminalPrompt.textContent = terminalPrompt.textContent.slice(0, -1); setTimeout(removeChar, delay / topicLength); } else {