diff options
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 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; } |
