Skip to content

Commit

Permalink
fix: remove test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaLupus committed Jan 9, 2024
1 parent a7fd1d5 commit d556a89
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ private val cls: KFunction<*> = WebSocketServerSession::wsHandler
suspend fun WebSocketServerSession.wsHandler(appSettings: CommentsAppSettings) {
sessions += this

val logger = appSettings.corSettings.loggerProvider.logger(cls)

logger.info("Handling WS connection")
this.call.request.headers.forEach { h, s ->
logger.info("$h: $s")
}

appSettings.controllerHelper(
{
this@wsHandler.call.request.headers["jwt-parsed"]?.let { jwtParsed ->
Expand Down

0 comments on commit d556a89

Please sign in to comment.