diff --git a/src/command/QueueCommands.cxx b/src/command/QueueCommands.cxx index 0c3e1699a..8e51b22d0 100644 --- a/src/command/QueueCommands.cxx +++ b/src/command/QueueCommands.cxx @@ -122,8 +122,6 @@ handle_addid(Client &client, Request args, Response &r) try { client.partition.MoveId(added_id, to); - r.Format("Id: %u\n", added_id); - return CommandResult::OK; } catch (...) { /* rollback */ client.partition.DeleteId(added_id);