Skip to content

Commit 69e61f3

Browse files
Remove statement
1 parent 9417ea5 commit 69e61f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deps/oauth2_client/src/oauth2_client.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,10 +757,8 @@ parse_access_token_response({ok,{{_,Code,Reason}, Headers, Body}}) ->
757757
map_to_access_token_response(Code, Reason, Headers, Body).
758758

759759
parse_introspect_token_response({error, Reason}) ->
760-
ct:log("parse_introspect_token_response error ~p", [Reason]),
761760
{error, Reason};
762761
parse_introspect_token_response({ok,{{_,Code,Reason}, Headers, Body}}) ->
763-
ct:log("parse_introspect_token_response ok "),
764762
map_to_introspect_token_response(Code, Reason, Headers, Body).
765763

766764
-spec format_ssl_options([ssl:tls_client_option()]) -> string().

0 commit comments

Comments
 (0)