Remove log

This commit is contained in:
Justin Edmund 2025-06-10 09:44:27 -07:00
parent 315a4ba102
commit 7869d05e1e

View file

@ -21,7 +21,7 @@ export const GET: RequestHandler = async ({ url }) => {
// const albums = await getWeeklyAlbumChart(client, USERNAME)
const albums = await getRecentAlbums(client, USERNAME, ALBUM_LIMIT)
console.log(albums)
// console.log(albums)
const enrichedAlbums = await Promise.all(
albums.slice(0, ALBUM_LIMIT).map(async (album) => {
try {