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

Remove debug log in RockskyClient

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