删除log

This commit is contained in:
xxq250 2023-04-04 17:39:12 +08:00
parent 80fa5330b2
commit bbc113ec1b
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ class InstallationsController < ApplicationController
header = request.authorization
pattern = /^Bearer /i
token = header.gsub(pattern, "")
Rails.logger.info("request.authorization==#{request.authorization}")
decoded_token = JWT.decode token, nil, false
# 前面已验证token有效期和正确性
decoded_token[0]["iss"]