mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
chore: remove debug message
This commit is contained in:
parent
0095b3262e
commit
e34a716b64
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue