From ddad7efd6794d72ecb2aa5cdff388a3cc93976e1 Mon Sep 17 00:00:00 2001 From: Tau Date: Wed, 8 May 2019 14:43:38 -0400 Subject: [PATCH] Profile re-enable --- src/idz/handler/saveProfile.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/idz/handler/saveProfile.ts b/src/idz/handler/saveProfile.ts index a157c27..5cb8a4a 100644 --- a/src/idz/handler/saveProfile.ts +++ b/src/idz/handler/saveProfile.ts @@ -6,10 +6,6 @@ export async function saveProfile( w: Repositories, req: SaveProfileRequest ): Promise { - console.log("*** PROFILE SAVE TEMPORARILY DISABLED ***"); - - return { type: "generic_res", status: 1 }; - const now = new Date(); const profile = await w.profile().load(req.profileId); const chara = await w.chara().load(req.profileId);