Skip to content

Commit 0d42645

Browse files
committed
Remove console log
1 parent bcd097a commit 0d42645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown-it-font-awsome/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const iconsPlugin = (md) => {
1010
faIconChars.forEach(char => {
1111
faIcons = faIcons.concat(char.name)
1212
})
13-
console.log(faIconChars)
13+
1414
const faRegex = new RegExp(`(:fa-(?:${faIcons.join('|')}):)`)
1515
options = {
1616
name: 'font-awesome',

0 commit comments

Comments
 (0)