summaryrefslogtreecommitdiff
path: root/zebra/zebra_nhg.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-06-29 13:13:10 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-08-08 09:15:22 -0400
commita69b10c1e6a0f2e41f08eaef0724b360ef41611d (patch)
treeb46634d08926fea241e3b9dc7b81a74619690adb /zebra/zebra_nhg.c
parente1b8fb026720bce43b57a57f6fcdcc744815c14f (diff)
zebra: Cleanup unguarded debug
Left over debug from earlier commits Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_nhg.c')
-rw-r--r--zebra/zebra_nhg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c
index 660ac1f102..c5b533fc22 100644
--- a/zebra/zebra_nhg.c
+++ b/zebra/zebra_nhg.c
@@ -1613,9 +1613,6 @@ void zebra_nhg_free(struct nhg_hash_entry *nhe)
THREAD_OFF(nhe->timer);
- if (nhe->refcnt)
- zlog_debug("nhe_id=%pNG hash refcnt=%d", nhe, nhe->refcnt);
-
zebra_nhg_free_members(nhe);
XFREE(MTYPE_NHG, nhe);