Skip to content

Commit 9787e87

Browse files
committed
Removed debugger statements
1 parent c6449f3 commit 9787e87

File tree

1 file changed

+0
-2
lines changed
  • packages/core/src/api/blockManipulation/commands/mergeBlocks

1 file changed

+0
-2
lines changed

packages/core/src/api/blockManipulation/commands/mergeBlocks/mergeBlocks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ const mergeBlocks = (
109109
prevBlockInfo: BlockInfo,
110110
nextBlockInfo: BlockInfo,
111111
) => {
112-
debugger;
113112
// Un-nests all children of the next block.
114113
if (!nextBlockInfo.isBlockContainer) {
115114
throw new Error(
@@ -165,7 +164,6 @@ export const mergeBlocksCommand =
165164
state: EditorState;
166165
dispatch: ((args?: any) => any) | undefined;
167166
}) => {
168-
debugger;
169167
const $pos = state.doc.resolve(posBetweenBlocks);
170168
const nextBlockInfo = getBlockInfoFromResolvedPos($pos);
171169

0 commit comments

Comments
 (0)