We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ae834 commit 59f5da5Copy full SHA for 59f5da5
deps/rabbitmq_auth_backend_oauth2/src/oauth2_schema.erl
@@ -71,7 +71,6 @@ translate_list_of_signing_keys(ListOfKidPath) ->
71
-spec translate_endpoint_params(list(), [{list(), binary()}]) -> map().
72
translate_endpoint_params(Variable, Conf) ->
73
Params0 = cuttlefish_variable:filter_by_prefix("auth_oauth2." ++ Variable, Conf),
74
- ct:log("translate_endpoint_params ~p -> ~p", [Variable, Params0]),
75
Params = [{list_to_binary(Param), list_to_binary(V)} ||
76
{["auth_oauth2", Name, Param], V} <- Params0],
77
maps:from_list(Params).
0 commit comments