Skip to content

Commit 3259765

Browse files
committed
Fixed CustomTagify.js
1 parent 49c9f25 commit 3259765

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wwwroot/js/src/Classes/CustomTagify.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class CustomTagify {
3131
var dataFilterText = $(this).text().toLowerCase().trim();
3232
words.add(dataFilterText);
3333
});
34-
console.log(Array.from(words));
3534
return Array.from(words);
3635
}
3736

0 commit comments

Comments
 (0)