zebra: Cleanup unguarded debug

Left over debug from earlier commits

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-06-29 13:13:10 -04:00
parent e1b8fb0267
commit a69b10c1e6

View File

@ -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);