chore: clean up relay related debug logs

This commit is contained in:
padreug 2025-08-11 10:04:22 +02:00
parent 7829635de8
commit 786e27ab61
4 changed files with 23 additions and 24 deletions

View file

@ -58,7 +58,6 @@ onMounted(async () => {
// Initialize relay hub
try {
await relayHub.initialize()
console.log('Relay hub initialized successfully')
} catch (error) {
console.error('Failed to initialize relay hub:', error)
}