Skip to content

Commit

Permalink
Merge pull request #2389 from alphagov/PP-6564-remove-redundent-comment
Browse files Browse the repository at this point in the history
PP-6564 Remove redundant code comment
  • Loading branch information
sfount authored Jun 2, 2020
2 parents 7de113b + d340cce commit b11c37e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public void processPayouts() throws QueueException {
emitRefundEvent(payoutReconcileMessage, balanceTransaction);
refunds.getAndIncrement();
break;
// There is a balance transaction for the payout itself, ignore this.
case "payout":
emitPayoutCreatedEvent(payoutReconcileMessage, balanceTransaction);
break;
Expand Down

0 comments on commit b11c37e

Please sign in to comment.