FIX: Stray log

This commit is contained in:
Robert Kossessa
2024-01-24 14:46:11 +01:00
parent c10dabb57d
commit c7f489a630

View File

@@ -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 = []