diff --git a/api/scrobble.js b/api/scrobble.js index 91ed13fe..29eb9581 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -145,8 +145,6 @@ export default async (request) => { timestamp, genre: artistInfo?.['genre'] || '' } - console.log(artistInfo) - console.log(artistInfo?.['genre']) const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'}) const windowData = await scrobbles.get('window', { type: 'json'}) await scrobbles.setJSON('now-playing', {...trackScrobbleData, ...{ url: `https://musicbrainz.org/artist/${artistInfo?.['mbid']}`}})