diff --git a/js/kobalt.js b/js/kobalt.js index 527ab07..f967e9d 100644 --- a/js/kobalt.js +++ b/js/kobalt.js @@ -76,7 +76,6 @@ function generateToc() { ind = indentAttribute.textContent; } if (! ind) ind = 0; - console.log("ind: " + ind + " level:" + currentLevel); var currentCounter = 0; if (ind > currentLevel) { if (ind == 0) { @@ -92,7 +91,6 @@ function generateToc() { } toc += "\n"; - console.log(toc); var tocId = "table-of-contents"; var tocTag = document.getElementById(tocId);