Remove debug

This commit is contained in:
Liam 2022-10-21 16:43:04 +01:00
parent 0c2fda413d
commit 8c4fda5589

@ -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({