Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi committed Feb 2, 2021
1 parent decca80 commit 0008661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import type { KatexOptions } from "katex";

export = (options: KatexOptions = {}) => (tree: Node) => {
for (const node of selectAll(".math-inline,.math-display", tree)) {
console.log(node);
const displayMode = (<string[] | undefined>(
node.properties?.className
))?.includes("math-display");
Expand Down

0 comments on commit 0008661

Please sign in to comment.