fix: remove extraneous print statement
This commit is contained in:
parent
277614c2f4
commit
31536ddaf1
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue