We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131d9b8 commit 14d17c1Copy full SHA for 14d17c1
web/public/mta-keyword_linker.js
@@ -82,7 +82,6 @@ function initKeywordLinker() {
82
83
spans.forEach(span => {
84
const text = span.textContent;
85
- console.log(span.dataset.linked);
86
if (!span.dataset.linked && (allFunctions.has(text) || customLinks.has(text))) {
87
span.dataset.linked = "true";
88
0 commit comments