removed debug print

This commit is contained in:
Joonas 2023-01-18 17:18:44 +02:00
parent a9443835d4
commit 5ba77989b1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export async function action({ request }) {
throw new Error("OAuth token not found in cookie");
const me = await getMe(session.get("userId"));
console.log(me);
const countySubmit = prisma.county.upsert({
where: {
name: county,