Skip to content

Commit 023f72f

Browse files
committed
Remove console
1 parent 5b03000 commit 023f72f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/nine-falcons-raise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@mdxeditor/floating-selection-ui-plugin": patch
3+
---
4+
5+
remove console.log

packages/floating-selection-ui-plugin/src/FloatingSelectionUI.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function FloatingSelectionUI({
7272
() => {
7373
const selection = $getSelection();
7474

75-
console.log("SELECTION_CHANGE_COMMAND received", selection);
7675
if (!selection || selection.isCollapsed()) {
7776
setSelectionRect(null);
7877
setIsVisible(false);

0 commit comments

Comments
 (0)