diff --git a/pages/api/scoresaber/stars.js b/pages/api/scoresaber/stars.js index 1b4bbee..b616ac3 100644 --- a/pages/api/scoresaber/stars.js +++ b/pages/api/scoresaber/stars.js @@ -48,7 +48,6 @@ export default async function handler(req, res) { }); } const json = await data.json(); - console.log(json); let starCount = json.stars; if (starCount === undefined) { return res.status(404).json({