Skip to content

Commit 40d5a57

Browse files
committed
Removes obsolete comment
1 parent 0218395 commit 40d5a57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/hellgate/src/hg_invoice_payment.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,8 +2247,6 @@ maybe_set_charged_back_status(
22472247
status_log = [_ActualStatus, PrevStatus | _]
22482248
}
22492249
) ->
2250-
%% NOTE Mind warning (or constraint) of `invalid_transition` from
2251-
%% 'idle' activity.
22522250
[?payment_status_changed(PrevStatus)];
22532251
maybe_set_charged_back_status(_ChargebackStatus, _ChargebackBody, _St) ->
22542252
[].

0 commit comments

Comments
 (0)