mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
lib: Remove debug fprintf for cmd_element copy
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
ca90e05104
commit
9b887497e8
@ -4210,7 +4210,6 @@ copy_cmd_element(struct cmd_element *cmd)
|
|||||||
el->daemon = cmd->daemon;
|
el->daemon = cmd->daemon;
|
||||||
el->tokens = cmd->tokens ? vector_copy(cmd->tokens) : NULL;
|
el->tokens = cmd->tokens ? vector_copy(cmd->tokens) : NULL;
|
||||||
el->attr = cmd->attr;
|
el->attr = cmd->attr;
|
||||||
fprintf(stderr, "successful copy\n");
|
|
||||||
return el;
|
return el;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user