Skip to content

Commit 0a38e70

Browse files
committed
[chore] remove console.log
1 parent 19f2728 commit 0a38e70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/command/convert/jupyter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ export async function jupyterNotebookToMarkdown(
132132
}
133133
}
134134

135-
console.log({ md });
136-
137135
// join into source
138136
const mdSource = md.join("");
139137

0 commit comments

Comments
 (0)