Browse Source

test(mgmt): remove unused ct log

wwhai 4 years atrás
parent
commit
8a6f26d170
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apps/emqx_management/src/emqx_mgmt_data_backup.erl

+ 0 - 1
apps/emqx_management/src/emqx_mgmt_data_backup.erl

@@ -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);