1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00

Remove logs.

This commit is contained in:
Cedric Beust 2015-10-09 02:33:04 -07:00
parent 1096e33524
commit 21e3bd0fcd

View file

@ -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 += "</ul>\n";
console.log(toc);
var tocId = "table-of-contents";
var tocTag = document.getElementById(tocId);