diff --git a/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts b/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts index a83ba08837df..2550162f67af 100644 --- a/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts +++ b/packages/blocks/src/root-block/widgets/drag-handle/watchers/drag-event-watcher.ts @@ -421,8 +421,6 @@ export class DragEventWatcher { if (blocksExcludingChildren.length === 0) return false; - console.log(blocks); - console.log(blocksExcludingChildren); this._startDragging(blocksExcludingChildren, state); this.widget.hide(); return true;