diff --git a/src/user/src/routes/info.ts b/src/user/src/routes/info.ts index 784ea23..ec46265 100644 --- a/src/user/src/routes/info.ts +++ b/src/user/src/routes/info.ts @@ -49,8 +49,6 @@ const route: FastifyPluginAsync = async (fastify, _opts): Promise => { if (isNullish(user)) { return res.makeResponse(404, 'failure', 'userinfo.failure.unknownUser'); } - console.log(user); - const payload = { name: user.name, id: user.id,