summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c1
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) ||