A decentralized music tracking and discovery platform built on AT Protocol 🎵

Remove debug log in RockskyClient

-1
-1
apps/cli/src/client.ts
··· 327 title, 328 artist, 329 }); 330 - console.log(q); 331 const response = await fetch( 332 `${ROCKSKY_API_URL}/xrpc/app.rocksky.song.matchSong?${q.toString()}`, 333 );
··· 327 title, 328 artist, 329 }); 330 const response = await fetch( 331 `${ROCKSKY_API_URL}/xrpc/app.rocksky.song.matchSong?${q.toString()}`, 332 );