aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2017-11-03 16:04:19 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2017-11-03 16:11:34 +0100
commit7d8ad17fa15ebde4d90cb05405155ad8f1b57883 (patch)
tree126895c87e35754af75251b949799c1b69196f8f /test
parentSimulate vars usage in ejabberd_sql_pt to avoid unused var warnings (diff)
Remove code left from debugging
Diffstat (limited to 'test')
-rw-r--r--test/suite.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite.erl b/test/suite.erl
index 14f0090d4..ce759446e 100644
--- a/test/suite.erl
+++ b/test/suite.erl
@@ -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) ->