From 34f1f6dc78ab1a8a5ee9c372d0a42fb15d3dc9a1 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 3 Nov 2016 19:18:02 +0000 Subject: [PATCH] lib: Remove node debug message on `list` output Signed-off-by: Quentin Young --- lib/command.c | 1 - 1 file changed, 1 deletion(-) 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) || -- 2.39.5