Skip to content

Commit

Permalink
remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Dec 6, 2023
1 parent 5bf8ee8 commit 6260296
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class WSServer(
conn.close(1401, "Overflow 不支持多客户端连接")
return
}
logger.info(conn.resourceDescriptor)
logger.info(handshake.resourceDescriptor)
if (token.isNotBlank()) {
if (handshake.hasFieldValue("Authorization")) {
val param = handshake.getFieldValue("Authorization").removePrefix("Bearer ")
Expand Down

0 comments on commit 6260296

Please sign in to comment.