diff --git a/launcher/src/components/UI/control-page/components/widgets/VolumeWidget.vue b/launcher/src/components/UI/control-page/components/widgets/VolumeWidget.vue index be4bcf1ab..29a20a7eb 100644 --- a/launcher/src/components/UI/control-page/components/widgets/VolumeWidget.vue +++ b/launcher/src/components/UI/control-page/components/widgets/VolumeWidget.vue @@ -120,10 +120,6 @@ const controlStore = useControlStore(); const serviceStore = useServices(); const footerStore = useFooter(); -const test = (item) => { - console.log(item); -}; - const totalDisk = computed(() => controlStore.totalDisk); const storagestatus = computed(() => {