確認用のログを削除

This commit is contained in:
saito.k 2023-12-06 20:10:00 +09:00
parent 9f8e20230b
commit 3ad0d87814

View File

@ -137,8 +137,6 @@ export class UsersController {
@Get()
async getUsers(@Req() req: Request): Promise<GetUsersResponse> {
const accessToken = retrieveAuthorizationToken(req);
console.log(req.ip);
console.log(req.headers['x-forwarded-for']);
if (!accessToken) {
throw new HttpException(