fix(emqx_exhook): remove obsolete code
This commit is contained in:
parent
8f9ecf3e90
commit
967772c7fc
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
start(_StartType, _StartArgs) ->
|
start(_StartType, _StartArgs) ->
|
||||||
{ok, Sup} = emqx_exhook_sup:start_link(),
|
{ok, Sup} = emqx_exhook_sup:start_link(),
|
||||||
emqx_ctl:register_command(exhook, {emqx_exhook_cli, cli}, []),
|
|
||||||
{ok, Sup}.
|
{ok, Sup}.
|
||||||
|
|
||||||
prep_stop(State) ->
|
prep_stop(State) ->
|
||||||
|
|
Loading…
Reference in New Issue