From 8e81a8e166e6137eff196b2b511495fbaab612a7 Mon Sep 17 00:00:00 2001 From: Ahmed Hamid Awan Date: Thu, 15 Aug 2024 10:27:05 -0500 Subject: [PATCH] Update client/src/components/History/Content/ContentItem.vue Co-authored-by: Marius van den Beek --- client/src/components/History/Content/ContentItem.vue | 1 - 1 file changed, 1 deletion(-) 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); }