Skip to content

Commit 093eeb6

Browse files
Remove not needed statement
1 parent 7c1ccf6 commit 093eeb6

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
@@ -748,7 +748,6 @@ map_to_introspect_token_response(Code, Reason, Headers, Body) ->
748748
end
749749
end.
750750
assert_token_is_active({ok, Response} = Value) ->
751-
ct:log("Token : ~p", [Response]),
752751
case maps:get(<<"active">>, Response, undefined) of
753752
undefined -> {error, introspected_token_not_valid};
754753
false -> {error, introspected_token_not_valid};

0 commit comments

Comments
 (0)