Remove useless comment

This commit is contained in:
Arnaud 2024-12-18 10:51:56 +01:00
parent 4eb4e9126a
commit 5f22be0420
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -98,9 +98,7 @@ proc update*(
return err "No existing address in SignedPeerRecord with no port provided"
let ipAddr = ip.get
# try: ip.get
# except ValueError as e:
# return err ("Existing address contains invalid address: " & $e.msg).cstring
if tcpPort.isSome:
transProto = IpTransportProtocol.tcpProtocol
transProtoPort = tcpPort.get