Skip to content

Commit 59f5da5

Browse files
Remove unnecessary statement
1 parent e3ae834 commit 59f5da5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/src/oauth2_schema.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ translate_list_of_signing_keys(ListOfKidPath) ->
7171
-spec translate_endpoint_params(list(), [{list(), binary()}]) -> map().
7272
translate_endpoint_params(Variable, Conf) ->
7373
Params0 = cuttlefish_variable:filter_by_prefix("auth_oauth2." ++ Variable, Conf),
74-
ct:log("translate_endpoint_params ~p -> ~p", [Variable, Params0]),
7574
Params = [{list_to_binary(Param), list_to_binary(V)} ||
7675
{["auth_oauth2", Name, Param], V} <- Params0],
7776
maps:from_list(Params).

0 commit comments

Comments
 (0)