summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-08-10 19:11:31 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-08-10 19:11:31 +0000
commit9b887497e855b3fbd818a51df7c089c7a9943575 (patch)
tree936a6ddd5381427dc32136761e0486c91732782b /lib/command.c
parentca90e051043f819fe974cd110e15cf38edd63f2e (diff)
lib: Remove debug fprintf for cmd_element copy
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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 d3c6771248..faaa50a6f2 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -4210,7 +4210,6 @@ copy_cmd_element(struct cmd_element *cmd)
el->daemon = cmd->daemon;
el->tokens = cmd->tokens ? vector_copy(cmd->tokens) : NULL;
el->attr = cmd->attr;
- fprintf(stderr, "successful copy\n");
return el;
}