Skip to content

Commit 349c990

Browse files
committed
chore: delete console.debug for katex refs #51
1 parent 38e105a commit 349c990

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index_katex.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@ import React, { forwardRef, Ref } from 'react';
22

33
import type { BaseProps, IpynbType } from './types';
44
import type { MarkdownOptionsForKatex } from './components/MarkdownForKatex';
5-
import pkg from '../katex/package.json';
65
import { Cell } from './components/Cell';
76
import { MarkdownForKatex } from './components/MarkdownForKatex';
87
import { defaultHtmlFilter } from './filters';
98
import { Context } from './context';
109

11-
console.debug(`react-ipynb-renderer-katex@${pkg.version} is working.`);
12-
1310
export type Ipynb = IpynbType;
1411
export type Props = BaseProps & {
1512
markdownOptions?: MarkdownOptionsForKatex;

0 commit comments

Comments
 (0)