fix(emqx_exhook): remove obsolete code

This commit is contained in:
lafirest 2022-01-18 10:56:45 +08:00
parent 8f9ecf3e90
commit 967772c7fc
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
start(_StartType, _StartArgs) ->
{ok, Sup} = emqx_exhook_sup:start_link(),
emqx_ctl:register_command(exhook, {emqx_exhook_cli, cli}, []),
{ok, Sup}.
prep_stop(State) ->