diff options
Diffstat (limited to 'src/micromark-collect-headers.ts')
-rw-r--r-- | src/micromark-collect-headers.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/micromark-collect-headers.ts b/src/micromark-collect-headers.ts index d69a0a358..78567699c 100644 --- a/src/micromark-collect-headers.ts +++ b/src/micromark-collect-headers.ts @@ -28,7 +28,6 @@ export function createMarkdownHeadersCollector() { this.tag(`<h${currentHeader.depth} id="${currentHeader.slug}">`); this.raw(currentHeader.text); this.tag(`</h${currentHeader.depth}>`); - // console.log(this.sliceSerialize(node)); }, } as any, } as any, |