removed extra debug
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
534b8ea38b
commit
0b44f47b45
|
@ -496,8 +496,6 @@ abstract public class WriteFlusher
|
|||
public boolean onFail(Throwable cause)
|
||||
{
|
||||
// Keep trying to handle the failure until we get to IDLE or FAILED state
|
||||
if (cause!=null)
|
||||
cause.addSuppressed(new Throwable());
|
||||
while (true)
|
||||
{
|
||||
State current = _state.get();
|
||||
|
|
Loading…
Reference in New Issue