removed extra debug

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2018-03-16 09:48:35 +11:00
parent 534b8ea38b
commit 0b44f47b45
1 changed files with 0 additions and 2 deletions

View File

@ -496,8 +496,6 @@ abstract public class WriteFlusher
public boolean onFail(Throwable cause) public boolean onFail(Throwable cause)
{ {
// Keep trying to handle the failure until we get to IDLE or FAILED state // Keep trying to handle the failure until we get to IDLE or FAILED state
if (cause!=null)
cause.addSuppressed(new Throwable());
while (true) while (true)
{ {
State current = _state.get(); State current = _state.get();