From 5d0ee544f4fe78390ee9b99bf8c7706c7191cf51 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 25 Oct 2021 02:30:31 +0900 Subject: [PATCH] chore: clean up --- src/client/components/media-list.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/components/media-list.vue b/src/client/components/media-list.vue index c1ec6147f..c499525d8 100644 --- a/src/client/components/media-list.vue +++ b/src/client/components/media-list.vue @@ -62,8 +62,6 @@ export default defineComponent({ // element is children const { element } = itemData; - console.log(element); - const id = element.dataset.id; const file = props.mediaList.find(media => media.id === id);