diff --git a/src/App.vue b/src/App.vue index d38031e..6df5e4a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,8 +32,6 @@ onMounted(loadData) watch(currentWorkingInstrument, () => { - console.log(currentWorkingCategory); - console.log(currentWorkingInstrument); currentWorkingCategory.value = categories.value.find(category => category.instrument === currentWorkingInstrument.value.name) })