test(mgmt): remove unused ct log

This commit is contained in:
wwhai 2021-04-12 15:07:30 +08:00 committed by turtleDeng
parent e2c2f39bc2
commit 8a6f26d170
1 changed files with 0 additions and 1 deletions

View File

@ -675,7 +675,6 @@ flag_to_boolean(Other) -> Other.
read_global_auth_type(Data, Version) when Version =:= "4.0" orelse
Version =:= "4.1" orelse
Version =:= "4.2" ->
ct:print("|>=> :~p~n", [Data]),
case Data of
#{<<"auth.mnesia.as">> := <<"username">>} ->
application:set_env(emqx_auth_mnesia, as, username);