chore: drop few commented out and irrelevant pieces
This commit is contained in:
parent
9d145890cc
commit
540ca6d60f
|
@ -46,8 +46,6 @@
|
||||||
set_chan_stats/2
|
set_chan_stats/2
|
||||||
]).
|
]).
|
||||||
|
|
||||||
% -export([get_chann_conn_mod/2]).
|
|
||||||
|
|
||||||
-export([
|
-export([
|
||||||
open_session/3,
|
open_session/3,
|
||||||
discard_session/1,
|
discard_session/1,
|
||||||
|
|
|
@ -340,7 +340,6 @@ default_appspec(emqx_conf, SuiteOpts) ->
|
||||||
node => #{
|
node => #{
|
||||||
name => node(),
|
name => node(),
|
||||||
cookie => erlang:get_cookie(),
|
cookie => erlang:get_cookie(),
|
||||||
% FIXME
|
|
||||||
data_dir => unicode:characters_to_binary(maps:get(work_dir, SuiteOpts, "data"))
|
data_dir => unicode:characters_to_binary(maps:get(work_dir, SuiteOpts, "data"))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue