Remove useless comment

This commit is contained in:
Arnaud 2026-06-18 11:14:03 +04:00
parent e0043f2e5c
commit dcd3e48d3f
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -156,8 +156,6 @@ proc close*(m: NatPortMapper) =
m.plumInitialized = false
proc start*(m: NatPortMapper) =
## Re-enable AutoNAT-driven port mapping after a previous stop, so a restarted
## node maps its ports again instead of staying disabled.
m.stopped = false
proc stop*(m: NatPortMapper) =