Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
The exception is thrown and will be handled properly up the stack.
  • Loading branch information
martinfurmanski committed Oct 3, 2018
1 parent e0ffe7a commit 9ebbc9c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Optional<File> backup( ClusterMember member ) throws Exception
}
else
{
log.error( "Unexpected failure", e );
throw e;
}
}
Expand Down

0 comments on commit 9ebbc9c

Please sign in to comment.