Skip to content

Commit 4a920d5

Browse files
committed
Unnecessary logging
1 parent ced634a commit 4a920d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/toc.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ $(function () {
77
// Generate the TOC contents
88
$('#primary :header[id]').each(function(i, el) {
99
var del = $(el);
10-
console.log(el);
1110

1211
var div = $('<div></div>')
1312
.addClass('toc-' + el.nodeName.toLowerCase());

0 commit comments

Comments
 (0)