From cbcae5b355e0ebf10be18bf54c7c205e454b93dd Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Mon, 2 Sep 2024 12:18:29 -0400 Subject: [PATCH] cleanup --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) 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) })