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) {
|
if (steps > text.length + 16) {
|
||||||
content.value = text
|
content.value = text
|
||||||
}
|
}
|
||||||
console.log('hey')
|
|
||||||
if (content.value !== text) {
|
if (content.value !== text) {
|
||||||
// get all the indices of characters that don't match text
|
// get all the indices of characters that don't match text
|
||||||
const indices = []
|
const indices = []
|
||||||
|
|||||||
Reference in New Issue
Block a user