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);