From 3200d088cf8d7011f9a9088f83c0335104ea1b72 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Mon, 12 May 2025 06:21:28 +0900 Subject: [PATCH] fix(music-together): remove debug log --- src/plugins/music-together/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/music-together/index.ts b/src/plugins/music-together/index.ts index 755440e7..38064f2b 100644 --- a/src/plugins/music-together/index.ts +++ b/src/plugins/music-together/index.ts @@ -214,7 +214,6 @@ export default createPlugin< event: ConnectionEventUnion, conn?: DataConnection | null, ) => { - console.log('event', event, this.queue?.videoList); this.ignoreChange = true; switch (event.type) {