From 9b887497e855b3fbd818a51df7c089c7a9943575 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 10 Aug 2016 19:11:31 +0000 Subject: [PATCH] lib: Remove debug fprintf for cmd_element copy Signed-off-by: Quentin Young --- lib/command.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5