From: Quentin Young Date: Thu, 3 Nov 2016 19:18:02 +0000 (+0000) Subject: lib: Remove node debug message on `list` output X-Git-Tag: frr-3.0-branchpoint~129^2~54 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=34f1f6dc78ab1a8a5ee9c372d0a42fb15d3dc9a1;p=mirror%2Ffrr.git lib: Remove node debug message on `list` output Signed-off-by: Quentin Young --- diff --git a/lib/command.c b/lib/command.c index 5e493a1c01..8eee923144 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1270,7 +1270,6 @@ DEFUN (config_list, "Print command list\n" "Print all possible command permutations\n") { - vty_out (vty, "Current node id: %d%s", vty->node, VTY_NEWLINE); struct cmd_node *node = vector_slot (cmdvec, vty->node); if ((strmatch (argv[0]->text, "list") && argc == 2) ||