diff --git a/lib/vrf.c b/lib/vrf.c index 5755cc75f9..6e4c983c66 100644 --- a/lib/vrf.c +++ b/lib/vrf.c @@ -159,10 +159,6 @@ struct vrf *vrf_get(vrf_id_t vrf_id, const char *name) struct vrf *vrf = NULL; int new = 0; - if (debug_vrf) - zlog_debug("VRF_GET: %s(%u)", name == NULL ? "(NULL)" : name, - vrf_id); - /* Nothing to see, move along here */ if (!name && vrf_id == VRF_UNKNOWN) return NULL;