From c1f84c3f29f6c427df5898addb552f5c2613d39a Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Sun, 5 May 2024 18:09:38 +1000 Subject: [PATCH] Cleanup --- main.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main.go b/main.go index d6b1591..ac05d7b 100644 --- a/main.go +++ b/main.go @@ -201,15 +201,6 @@ func main() { return rs, nil }) - // zones := router.NewZoneTable() - // status.AddItem(ctx, "Zone table", zoneTableTemplate, func(context.Context) (any, error) { - // zs := zones.Dump() - // slices.SortFunc(zs, func(za, zb router.Zone) int { - // return cmp.Compare(za.Name, zb.Name) - // }) - // return zs, nil - // }) - // -------------------------------- Peers --------------------------------- var peersMu sync.Mutex peers := make(map[udpAddr]*router.AURPPeer)