6 Dec
2016
6 Dec
'16
2:45 a.m.
Remove unnecessary debug from isis write mem. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> --- isisd/isis_te.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/isisd/isis_te.c b/isisd/isis_te.c index 3430066..ecbb63c 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); -- 2.9.3