diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-03 19:18:02 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-03 19:18:02 +0000 |
| commit | 34f1f6dc78ab1a8a5ee9c372d0a42fb15d3dc9a1 (patch) | |
| tree | edba1d5dd575da34fb21c8f6780a8b7337763298 /lib/command.c | |
| parent | 40e718b50f702f78ffa89d1ea4e3203700326b11 (diff) | |
lib: Remove node debug message on `list` output
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) || |
