From 75d2b7f6939c9c48b27b380295082723dd255590 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 30 Mar 2024 20:29:10 -0700 Subject: [PATCH] chore: update music api --- api/music.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/music.js b/api/music.js index c6eba27e..5e49cca3 100644 --- a/api/music.js +++ b/api/music.js @@ -36,8 +36,6 @@ export default async (request) => { if (weeksArr.length > 0) { weeksArr.forEach(async (week) => { const weekData = await scrobbles.get(week, { type: 'json'}) - console.log(week) - console.log(week) scrobbleData.push(...weekData['data']) }) } else if (weeksString) {