Merge pull request #6773 from lafirest/fix/exhook_ctl

fix(emqx_exhook): remove obsolete code
This commit is contained in:
lafirest 2022-01-18 11:37:58 +08:00 committed by GitHub
commit 8370c15ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) ->