mirror of
https://github.com/gapmiss/iconoir-icons.git
synced 2026-07-22 08:00:25 +00:00
removed console.log
This commit is contained in:
parent
a3e9a8fe91
commit
0bc8320a4b
1 changed files with 0 additions and 1 deletions
1
main.ts
1
main.ts
|
|
@ -39,7 +39,6 @@ export function buildPostProcessor(): MarkdownPostProcessor {
|
|||
return (el) => {
|
||||
el.findAll("code").forEach((code) => {
|
||||
let text = code.innerText.trim();
|
||||
console.log(text);
|
||||
if (text.startsWith('~![')) {
|
||||
let frag = text.substring(2).trim();
|
||||
if (frag.endsWith(']')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue