diff --git a/src/toc.js b/src/toc.js index bca2abf..9a059ac 100644 --- a/src/toc.js +++ b/src/toc.js @@ -12,7 +12,6 @@ function pageToC (headings, path) { let needSkip = false if (ignoreHeaders.length > 0) { - console.error(innerText) needSkip = ignoreHeaders.some(str => innerText.match(str)) }