From 8975cc559b14c2e1ddc66df4693b1d945147d3f8 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 21 Jun 2017 12:43:41 -0400 Subject: [PATCH] pimd: Remove unnecessary debug. Signed-off-by: Donald Sharp --- pimd/pim_zlookup.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c index a60baba73d..4a3dd02931 100644 --- a/pimd/pim_zlookup.c +++ b/pimd/pim_zlookup.c @@ -552,10 +552,6 @@ int pim_zlookup_sg_statistics(struct channel_oil *c_oil) stream_get(&lastused, s, sizeof(lastused)); ret = stream_getl(s); - if (PIM_DEBUG_ZEBRA) - zlog_debug("Received %lld for %s success: %d", lastused, - pim_str_sg_dump(&sg), ret); - c_oil->cc.lastused = lastused; return 0; -- 2.39.5