diff --git a/pkg/service/soundtouchweb/static/js/app.js b/pkg/service/soundtouchweb/static/js/app.js index eed7ba18..39a1f4dd 100644 --- a/pkg/service/soundtouchweb/static/js/app.js +++ b/pkg/service/soundtouchweb/static/js/app.js @@ -102,7 +102,6 @@ function App() { if (msg.type === 'devices') { setDevices(msg.data || {}); } else if (msg.type === 'discovery_status') { - console.log('[DEBUG_LOG] discovery_status:', msg.data); if (msg.data?.isDiscovering !== undefined) { setIsDiscovering(msg.data.isDiscovering); } else if (msg.data?.status === 'starting') {