Skip to content

Commit a684c9f

Browse files
Remove not needed statement
1 parent 4a6d6e9 commit a684c9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/oauth2_client/src/oauth2_client.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,6 @@ map_to_introspect_token_response(Code, Reason, Headers, Body) ->
747747
end
748748
end.
749749
assert_token_is_active({ok, Response} = Value) ->
750-
ct:log("Token : ~p", [Response]),
751750
case maps:get(<<"active">>, Response, undefined) of
752751
undefined -> {error, introspected_token_not_valid};
753752
false -> {error, introspected_token_not_valid};

0 commit comments

Comments
 (0)