remove console.log

This commit is contained in:
adueck 2022-09-25 00:45:03 +04:00
parent 6f57ee43a4
commit 628e3b331b
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ export async function updateLingdocsUser(uuid: T.UUID, toUpdate:
): Promise<T.LingdocsUser> {
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,