From 39dcbc9bcd9eaa114a7b858d3850647ccd0b4c7f Mon Sep 17 00:00:00 2001 From: Sergey Kolesnik Date: Tue, 7 Nov 2023 21:17:27 +0300 Subject: [PATCH] Remove forgotten print --- src/toc.js | 1 - 1 file changed, 1 deletion(-) 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)) }