Skip to content

Commit 1e5a6a4

Browse files
committed
snip log
1 parent 9291122 commit 1e5a6a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blocknote/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export function useBlockNoteSync(
3737
// Convert the prosemirror document to BlockNote blocks.
3838
// inspired by https://github.com/TypeCellOS/BlockNote/blob/main/packages/server-util/src/context/ServerBlockNoteEditor.ts#L42
3939
const pmNode = editor.pmSchema.nodeFromJSON(sync.initialContent);
40-
console.log(pmNode);
4140
if (pmNode.firstChild) {
4241
pmNode.firstChild.descendants((node) => {
4342
blocks.push(

0 commit comments

Comments
 (0)