]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospf6d: Remove unguarded debugs in ospf6_snmp.c
authorDonald Sharp <sharpd@nvidia.com>
Tue, 24 Sep 2024 14:44:15 +0000 (10:44 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 24 Sep 2024 14:44:15 +0000 (10:44 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_snmp.c

index 36864d2a7de7b9d7ca3f2edf4334162f4f99b904..9ac8b6c1af9d2b19f395909bc4b73567961397bb 100644 (file)
@@ -748,8 +748,6 @@ static uint8_t *ospfv3AreaEntry(struct variable *v, oid *name, size_t *length,
                area_id = htonl(name[v->namelen]);
 
        inet_ntop(AF_INET, &area_id, a, sizeof(a));
-       zlog_debug("SNMP access by area: %s, exact=%d len=%d length=%lu", a,
-                  exact, len, (unsigned long)*length);
 
        for (ALL_LIST_ELEMENTS_RO(ospf6->area_list, node, oa)) {
                if (area == NULL) {
@@ -769,8 +767,6 @@ static uint8_t *ospfv3AreaEntry(struct variable *v, oid *name, size_t *length,
        name[v->namelen] = ntohl(area->area_id);
 
        inet_ntop(AF_INET, &area->area_id, a, sizeof(a));
-       zlog_debug("SNMP found area: %s, exact=%d len=%d length=%lu", a, exact,
-                  len, (unsigned long)*length);
 
        switch (v->magic) {
        case OSPFv3IMPORTASEXTERN: