diff --git a/js/kobalt.js b/js/kobalt.js index b166123..39faa8a 100644 --- a/js/kobalt.js +++ b/js/kobalt.js @@ -102,7 +102,6 @@ function generateToc() { currentLevel = ind; } toc += "\n"; - console.log(toc); var tocId = "table-of-contents"; var tocTag = document.getElementById(tocId);