Kaynağa Gözat

chore: delete needless ct print

zhanghongtong 4 yıl önce
ebeveyn
işleme
eda783efd0

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

@@ -671,7 +671,6 @@ flag_to_boolean(Other) -> Other.
 read_global_auth_type(Data, Version) when Version =:= "4.0" orelse
 read_global_auth_type(Data, Version) when Version =:= "4.0" orelse
                                           Version =:= "4.1" orelse
                                           Version =:= "4.1" orelse
                                           Version =:= "4.2" ->
                                           Version =:= "4.2" ->
-    ct:print("|>=> :~p~n", [Data]),
     case {maps:get(<<"auth_mnesia">>, Data, []), maps:get(<<"acl_mnesia">>, Data, [])} of
     case {maps:get(<<"auth_mnesia">>, Data, []), maps:get(<<"acl_mnesia">>, Data, [])} of
         {[], []} ->
         {[], []} ->
             %% Auth mnesia plugin is not used:
             %% Auth mnesia plugin is not used: