Skip to content

Commit c6de0fd

Browse files
Remove a stray ct:pal/2 call in production code
References #4588, #4666
1 parent 1583d95 commit c6de0fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/src/rabbit_auth_backend_oauth2.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ check_token(Token) ->
165165
case uaa_jwt:decode_and_verify(Token) of
166166
{error, Reason} -> {refused, {error, Reason}};
167167
{true, Payload} ->
168-
ct:pal("post_process_payload(Payload, Settings): ~p", [post_process_payload(Payload, Settings)]),
169168
validate_payload(post_process_payload(Payload, Settings));
170169
{false, _} -> {refused, signature_invalid}
171170
end.

0 commit comments

Comments
 (0)