chore: drop few commented out and irrelevant pieces

This commit is contained in:
Andrew Mayorov 2023-09-19 13:59:20 +04:00
parent 9d145890cc
commit 540ca6d60f
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
2 changed files with 0 additions and 3 deletions

View File

@ -46,8 +46,6 @@
set_chan_stats/2
]).
% -export([get_chann_conn_mod/2]).
-export([
open_session/3,
discard_session/1,

View File

@ -340,7 +340,6 @@ default_appspec(emqx_conf, SuiteOpts) ->
node => #{
name => node(),
cookie => erlang:get_cookie(),
% FIXME
data_dir => unicode:characters_to_binary(maps:get(work_dir, SuiteOpts, "data"))
}
},