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

Extra log.

This commit is contained in:
Cedric Beust 2015-10-08 06:20:39 -07:00
parent 16faba1859
commit 2795efb245

View file

@ -102,7 +102,6 @@ function generateToc() {
currentLevel = ind;
}
toc += "</ul>\n";
console.log(toc);
var tocId = "table-of-contents";
var tocTag = document.getElementById(tocId);