Skip to content

Commit

Permalink
remove useless console.log (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino authored Mar 4, 2023
1 parent b5fbd7b commit 8e5e353
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/githubindiscord/parser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ const parse = (
const reactOutput = (
defaultParser?.outputFor as (rules: typeof defaultRules, outputFor: "react") => AnyFunction
)(rules, "react");
console.log(rules);
export function parseMarkdown(markdown: string): ReactNode {
return reactOutput(parse(markdown, { inline: false })) as ReactNode;
}

0 comments on commit 8e5e353

Please sign in to comment.