diff --git a/client/src/components/History/Content/ContentItem.vue b/client/src/components/History/Content/ContentItem.vue index 5dda54965d01..04f3c7d0729f 100644 --- a/client/src/components/History/Content/ContentItem.vue +++ b/client/src/components/History/Content/ContentItem.vue @@ -298,7 +298,6 @@ function onUndelete() { } function onDragStart(evt: DragEvent) { - console.log(evt); emit("drag-start", evt); }