diff --git a/account/src/lib/couch-db.ts b/account/src/lib/couch-db.ts index 55d6c99..ffd345e 100644 --- a/account/src/lib/couch-db.ts +++ b/account/src/lib/couch-db.ts @@ -108,7 +108,6 @@ export async function updateLingdocsUser(uuid: T.UUID, toUpdate: ): Promise { const user = await getLingdocsUser("userId", uuid); if (!user) throw new Error("unable to update - user not found " + uuid); - console.log("inUpdateLingdocsUser", toUpdate); if ("tests" in toUpdate) { return await insertLingdocsUser({ ...user,