Skip to content

Commit f80eb2e

Browse files
committed
style: remove redundant log of user found
1 parent 1f07dc6 commit f80eb2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/matching-service/handlers/websocket.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ func waitForResult(ws *websocket.Conn, userCtx, timeoutCtx context.Context, matc
146146
return
147147
}
148148

149-
log.Println("Match found for user: " + username)
150-
151149
// Notify the user about the match
152150
sendMatchFoundResponse(ws, result.User, result)
153151
return

0 commit comments

Comments
 (0)