Skip to content

Commit 53db555

Browse files
committed
[DOCS] Removed log
1 parent 378aec6 commit 53db555

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Docs/src/glossary.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ let Glossary = {
4242
let lines = content.split('\n');
4343

4444
for (let term in terms) {
45-
console.log(term);
46-
4745
let regex = new RegExp(`\\b${term}\\b`,'ig');
4846

4947
let isBlock = false;

0 commit comments

Comments
 (0)