Skip to content

Commit ff3051f

Browse files
authored
fix: Remove console logs while pasting (#489)
1 parent bb6ea25 commit ff3051f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/api/parsers/pasteExtension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const createPasteFromClipboardExtension = <
4444
);
4545

4646
data = htmlNode.innerHTML;
47-
console.log(data);
4847
}
4948
editor._tiptapEditor.view.pasteHTML(data);
5049
}

0 commit comments

Comments
 (0)