diff --git a/web/src/App.vue b/web/src/App.vue index f9f0d18..c8eeb4a 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -36,7 +36,6 @@ onBeforeMount(async () => { const events = new EventSource(eventURI) events.onmessage = async event => { - console.log('Event:', event) await appStore.fetchPrinters() } })