Skip to content

Commit 14d17c1

Browse files
committed
Update mta-keyword_linker.js
1 parent 131d9b8 commit 14d17c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/public/mta-keyword_linker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ function initKeywordLinker() {
8282

8383
spans.forEach(span => {
8484
const text = span.textContent;
85-
console.log(span.dataset.linked);
8685
if (!span.dataset.linked && (allFunctions.has(text) || customLinks.has(text))) {
8786
span.dataset.linked = "true";
8887

0 commit comments

Comments
 (0)