Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jun 10, 2024
1 parent e3613e6 commit e8ce775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/router/session_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (c *Challenger) WS(w http.ResponseWriter, r *http.Request) {
return
}

log.Println(user.Username, remoteAddress, conn, "established new challenge connection!")
log.Println(user.Username, remoteAddress, "established new challenge connection!")

for {
select {
Expand Down

0 comments on commit e8ce775

Please sign in to comment.