From 57f4b46e8b1192890fd0e54b8a4d1b4ae537163c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 5 Dec 2016 21:45:06 -0500 Subject: [PATCH] isisd: Remove unnecessary debug Remove unnecessary debug from isis write mem. Signed-off-by: Donald Sharp Signed-off-by: David Lamparter --- isisd/isis_te.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/isisd/isis_te.c b/isisd/isis_te.c index 34300669b0..ecbb63c92b 100644 --- a/isisd/isis_te.c +++ b/isisd/isis_te.c @@ -1061,9 +1061,6 @@ mpls_te_print_detail(struct vty *vty, struct te_is_neigh *te) void isis_mpls_te_config_write_router (struct vty *vty) { - - zlog_debug ("ISIS MPLS-TE: Write ISIS router configuration"); - if (IS_MPLS_TE(isisMplsTE)) { vty_out (vty, " mpls-te on%s", VTY_NEWLINE);