chore(mgmt): delete assert in emqx_mgmt_cli

This commit is contained in:
zhanghongtong 2021-04-06 15:47:25 +08:00 committed by Rory Z
parent 0015520a6a
commit 15627643e2
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ indent_print({Key, Val}) ->
listener_identifier(Protocol, ListenOn) -> listener_identifier(Protocol, ListenOn) ->
case emqx_listeners:find_id_by_listen_on(ListenOn) of case emqx_listeners:find_id_by_listen_on(ListenOn) of
false -> false ->
"http" ++ _ = atom_to_list(Protocol); %% assert atom_to_list(Protocol);
ID -> ID ->
ID ID
end. end.