From bcc4195088f747b1166acc833d689091ee70fe30 Mon Sep 17 00:00:00 2001 From: cf12 <11359669+cf12@users.noreply.github.com> Date: Fri, 24 Nov 2023 01:32:09 -0500 Subject: [PATCH] get rid of that log bruh --- content/about.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/about.md b/content/about.md index c9a299b..4dc1136 100644 --- a/content/about.md +++ b/content/about.md @@ -100,7 +100,6 @@ i might add more here idk i'll have to see. maybe i'll start a blog 👀 .then(({ items }) => { items.slice(0, 5).forEach((e) => { const { artist: { externalIds: { spotify }, name }, playedMs } = e - console.log(e) const m = document.createElement('li') const n = document.createElement('a') n.href = `https://open.spotify.com/artist/${spotify}`