mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 20:07:11 -07:00
Remove logs.
This commit is contained in:
parent
1096e33524
commit
21e3bd0fcd
1 changed files with 0 additions and 2 deletions
|
@ -76,7 +76,6 @@ function generateToc() {
|
||||||
ind = indentAttribute.textContent;
|
ind = indentAttribute.textContent;
|
||||||
}
|
}
|
||||||
if (! ind) ind = 0;
|
if (! ind) ind = 0;
|
||||||
console.log("ind: " + ind + " level:" + currentLevel);
|
|
||||||
var currentCounter = 0;
|
var currentCounter = 0;
|
||||||
if (ind > currentLevel) {
|
if (ind > currentLevel) {
|
||||||
if (ind == 0) {
|
if (ind == 0) {
|
||||||
|
@ -92,7 +91,6 @@ function generateToc() {
|
||||||
}
|
}
|
||||||
toc += "</ul>\n";
|
toc += "</ul>\n";
|
||||||
|
|
||||||
console.log(toc);
|
|
||||||
var tocId = "table-of-contents";
|
var tocId = "table-of-contents";
|
||||||
var tocTag = document.getElementById(tocId);
|
var tocTag = document.getElementById(tocId);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue