forked from Deuxfleurs/garage
remove useless comment
This commit is contained in:
parent
f2e1fca658
commit
16300bbd89
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ impl<M: RpcMessage + 'static> RpcClient<M> {
|
|||
{
|
||||
Err(rpc_error) => {
|
||||
node_status.num_failures.fetch_add(1, Ordering::SeqCst);
|
||||
// TODO: Save failure info somewhere
|
||||
Err(Error::from(rpc_error))
|
||||
}
|
||||
Ok(x) => x,
|
||||
|
|
Loading…
Reference in a new issue