diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-06-29 13:13:10 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-08-08 09:15:22 -0400 |
| commit | a69b10c1e6a0f2e41f08eaef0724b360ef41611d (patch) | |
| tree | b46634d08926fea241e3b9dc7b81a74619690adb /zebra/zebra_nhg.c | |
| parent | e1b8fb026720bce43b57a57f6fcdcc744815c14f (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.c | 3 |
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); |
