From b40c257d0304799aef5cd39beae6e4fb5caeab3d Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 10 Jan 2026 23:52:01 +0300 Subject: [PATCH] Remove debug log in RockskyClient --- apps/cli/src/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/cli/src/client.ts b/apps/cli/src/client.ts index f18717ff..11d5e105 100644 --- a/apps/cli/src/client.ts +++ b/apps/cli/src/client.ts @@ -327,7 +327,6 @@ export class RockskyClient { title, artist, }); - console.log(q); const response = await fetch( `${ROCKSKY_API_URL}/xrpc/app.rocksky.song.matchSong?${q.toString()}`, ); -- 2.51.2