Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Apr 18, 2024
1 parent 60c4a31 commit 9328072
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,6 @@ public void run() {
e.printStackTrace();
}

/*
if (errorPoint == AsyncErrorPoint.THREAD_B_AFTER_COMPLETE) {
if (useDispatch) {
ac.complete();
} else {
ac.dispatch("/dispatch");
}
}
*/
if (throwException) {
throw new SendErrorException();
} else {
Expand Down

0 comments on commit 9328072

Please sign in to comment.