Skip to content

Commit

Permalink
Remove stray debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jun 27, 2024
1 parent 73143d3 commit 441d3de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func (h *packetHandler) authenticate(clientConn net.PacketConn) (*natconn, []byt
remoteIP := clientAddr.(*net.UDPAddr).AddrPort().Addr()

cipherEntry, textData, timeToCipher, keyErr := findAccessKey(remoteIP, serverUDPBufferSize, cipherBuf[:clientProxyBytes], h.ciphers, logDebug)
logDebug("test", "textdata: %v\n", textData)
h.m.AddUDPCipherSearch(err == nil, timeToCipher)
if keyErr != nil {
return targetConn, nil, 0, onet.NewConnectionError("ERR_CIPHER", "Failed to find a valid cipher", keyErr)
Expand Down

0 comments on commit 441d3de

Please sign in to comment.