Skip to content

Commit 76f893c

Browse files
committed
Update index
1 parent bfbf3df commit 76f893c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/assets/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ function __formatHTML(container) {
105105
* @param {HTMLElement} container Container element where tables are located.
106106
*/
107107
function __setScrollableTables(container) {
108-
console.log(container);
109108
container.querySelectorAll('table').forEach((table) => {
110109
table.classList.add('markdown-table');
111110
const wrapper = document.createElement('div');

0 commit comments

Comments
 (0)