FIX: Stray log
This commit is contained in:
@@ -42,7 +42,6 @@ function replaceContent(text = props.text, replaceInterval = props.replaceInterv
|
||||
if (steps > text.length + 16) {
|
||||
content.value = text
|
||||
}
|
||||
console.log('hey')
|
||||
if (content.value !== text) {
|
||||
// get all the indices of characters that don't match text
|
||||
const indices = []
|
||||
|
||||
Reference in New Issue
Block a user