diff --git a/packages/affinity-mark/src/createMarkAffinityPlugin.ts b/packages/affinity-mark/src/createMarkAffinityPlugin.ts index 58786c2314..9a4d4638ca 100644 --- a/packages/affinity-mark/src/createMarkAffinityPlugin.ts +++ b/packages/affinity-mark/src/createMarkAffinityPlugin.ts @@ -85,12 +85,10 @@ export const createMarkAffinityPlugin = createPluginFactory( if (isRight && isEnd && moveRightAtBoundary) { moveRightAtBoundary(editor, currentEndLeafEntry!, nextLeafEntry!); - return console.log('rrr'); } if (!isRight && isStart && moveLeftAtBoundary) { moveLeftAtBoundary(editor, currentEndLeafEntry!, nextLeafEntry!); - return console.log('llll'); } }