test: delete debug level logging
This commit is contained in:
parent
6a9cc20d4d
commit
ab7d57e1c5
|
@ -63,7 +63,6 @@ init_per_suite(Config) ->
|
||||||
end,
|
end,
|
||||||
emqx_common_test_helpers:boot_modules(all),
|
emqx_common_test_helpers:boot_modules(all),
|
||||||
emqx_common_test_helpers:start_apps([]),
|
emqx_common_test_helpers:start_apps([]),
|
||||||
emqx_logger:set_log_level(debug),
|
|
||||||
[{dist_pid, DistPid} | Config].
|
[{dist_pid, DistPid} | Config].
|
||||||
|
|
||||||
end_per_suite(Config) ->
|
end_per_suite(Config) ->
|
||||||
|
|
Loading…
Reference in New Issue