]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Remove node debug message on `list` output
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 3 Nov 2016 19:18:02 +0000 (19:18 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 3 Nov 2016 19:18:02 +0000 (19:18 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c

index 5e493a1c01c0f8677bc970b98fbbe15e5ab74871..8eee923144f1f1cbfc4e31c7fc58b61e09f7baab 100644 (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) ||