From 8c4fda558962b4004f0e98d5cb3dde2e7c1120d0 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Fri, 21 Oct 2022 16:43:04 +0100 Subject: [PATCH] Remove debug --- pages/api/scoresaber/stars.js | 1 - 1 file changed, 1 deletion(-) 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({