25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Remove code left from debugging

This commit is contained in:
Paweł Chmielowski 2017-11-03 16:04:19 +01:00
parent 44293235e5
commit 7d8ad17fa1

View File

@ -71,7 +71,6 @@ init_config(Config) ->
{pgsql_pass, <<"ejabberd_test">>}
]),
Backends = get_config_backends(),
io:format(standard_error, "BACKENT ~p~n", [Backends]),
HostTypes = re:split(CfgContent, "(\\s*- \"(.*)\\.localhost\")",
[group, {return, binary}]),
CfgContent2 = lists:foldl(fun([Pre, Frag, Type], Acc) ->