From 628e3b331bb87bbd9333d7d7a2bf111fbb864939 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 25 Sep 2022 00:45:03 +0400 Subject: [PATCH] remove console.log --- account/src/lib/couch-db.ts | 1 - 1 file changed, 1 deletion(-) 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,