From 015b718e62c065266d9c0c34def9e36584f4645f Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Sat, 25 Mar 2023 00:41:18 -0400 Subject: [PATCH] cleaned up page --- pages/api/remaining.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/api/remaining.ts b/pages/api/remaining.ts index dba3762e..3be29422 100644 --- a/pages/api/remaining.ts +++ b/pages/api/remaining.ts @@ -40,8 +40,6 @@ export default async function handler( location: location.country_code, }, }); - - console.log(`Updated user location to ${location.country_code}`); } return res.status(200).json({ remainingGenerations: user?.credits });