Skip to content

Commit

Permalink
cleaned up page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 25, 2023
1 parent 7cb161e commit 015b718
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/api/remaining.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 015b718

Please sign in to comment.