chore: remove debug message

This commit is contained in:
Kirill Gavrilov 2025-02-22 02:22:06 +03:00
parent 0095b3262e
commit e34a716b64

View file

@ -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