Skip to content

Commit 27dc5c5

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Remove log statement
(cherry picked from commit 7e97e06)
1 parent b801b2a commit 27dc5c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_management/src/rabbit_mgmt_login.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ login(<<"GET">>, Req, State) ->
6161
end;
6262
Val -> validate_auth_mechanism({?MANAGEMENT_LOGIN_STRICT_AUTH_MECHANISM, Val})
6363
end,
64-
?LOG_DEBUG("/login GET with auth: ~p", [Auth]),
6564
case Auth of
6665
undefined ->
6766
case rabbit_mgmt_util:qs_val(?OAUTH2_ACCESS_TOKEN, Req) of

selenium/short-suite-management-ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ mgt/queuesAndStreams.sh
99
mgt/limits.sh
1010
mgt/amqp10-connections.sh
1111
mgt/mqtt-connections.sh
12-
mgt/feature-flags.sh
12+
mgt/feature-flags.sh
13+
authnz-mgt/multi-oauth-with-basic-auth.sh

0 commit comments

Comments
 (0)