fix(test): revert the code committed by mistake

This commit is contained in:
Shawn 2020-12-10 16:58:46 +08:00
parent c6ec7a3724
commit ed510936fe
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
-spec(register_metrics() -> ok). -spec(register_metrics() -> ok).
register_metrics() -> register_metrics() ->
io:format("testing"),
lists:foreach(fun emqx_metrics:ensure/1, ?ACL_METRICS). lists:foreach(fun emqx_metrics:ensure/1, ?ACL_METRICS).
%%-------------------------------------------------------------------- %%--------------------------------------------------------------------