From c7f489a6308e2b9f6318506d9ce429b7c537aef4 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Wed, 24 Jan 2024 14:46:11 +0100 Subject: [PATCH] FIX: Stray log --- src/components/effects/ScrambleText.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/effects/ScrambleText.vue b/src/components/effects/ScrambleText.vue index e72912c..ac81dd1 100644 --- a/src/components/effects/ScrambleText.vue +++ b/src/components/effects/ScrambleText.vue @@ -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 = []