From 21e3bd0fcd7b4f6ce00b67d0494380e7582d1a9a Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 9 Oct 2015 02:33:04 -0700 Subject: [PATCH] Remove logs. --- js/kobalt.js | 2 -- 1 file changed, 2 deletions(-) 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);