lib: Remove node debug message on list output

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2016-11-03 19:18:02 +00:00
parent 40e718b50f
commit 34f1f6dc78

View File

@ -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) ||