remove unnecessary comment

This commit is contained in:
ohdearaugustin 2024-05-18 12:34:06 +02:00
parent f248e0e3d0
commit 415b3b29cb
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ func (m *mapSession) serve() {
// start-up before their first real endpoint update.
if m.isReadOnlyUpdate() {
m.handleReadOnlyRequest()
// update ACLRules with peer information (to update server tags if necessary)
return
}