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 28, 2024
1 parent 6b6c4c8 commit b2134c8
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) (net.Addr, *Ciph
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 nil, nil, nil, 0, onet.NewConnectionError("ERR_CIPHER", "Failed to find a valid cipher", keyErr)
Expand Down

0 comments on commit b2134c8

Please sign in to comment.