Skip to content

Commit 4c692f0

Browse files
author
ttt161
committed
Revert "add logs"
This reverts commit 6c84ec0.
1 parent 6c84ec0 commit 4c692f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/hellgate/src/hg_payment_tool.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ try_get_payment_service_w_ref(Ref, Revision) ->
3030

3131
-spec has_any_payment_method(t(), ordsets:ordset(method())) -> boolean().
3232
has_any_payment_method(PaymentTool, SupportedMethods) ->
33-
Method = get_method(PaymentTool),
34-
logger:warning("validate payment tool args. Method: ~p . Supported: ~p", [Method, SupportedMethods]),
3533
ordsets:is_element(get_method(PaymentTool), SupportedMethods).
3634

3735
-spec get_method(t()) -> method().

0 commit comments

Comments
 (0)