From e34a716b64c07d0a921f2d744127466474e52a32 Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sat, 22 Feb 2025 02:22:06 +0300 Subject: [PATCH] chore: remove debug message --- src/ui/timecodes-md-post-processor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/timecodes-md-post-processor.ts b/src/ui/timecodes-md-post-processor.ts index 3d775e1..c3848a7 100644 --- a/src/ui/timecodes-md-post-processor.ts +++ b/src/ui/timecodes-md-post-processor.ts @@ -79,7 +79,6 @@ const createTextFragmentEnrichedWithLinks let lastIndex = 0 let match: { index: number, fullMatch: string, timecode: Timecode } | null const matcher = timeCodeMatcher(rawTextContent) - console.log('Raw text input', rawTextContent) while ((match = matcher.next()) !== null) { const fullMatch = match.fullMatch