diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index 2ac2a353c6..765031d826 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -60,7 +60,6 @@ const { watch( [() => rowIndex, isForm, attachmentCellRef], () => { - console.log(dropZoneInjection.value, currentCellRef.value) if (dropZoneInjection?.value) return if (!rowIndex && (isForm.value || isGallery.value)) {