Do not dump dynamic configuration

This commit is contained in:
Evgeniy Khramtsov 2013-05-09 11:56:01 +10:00
parent eedd9496e4
commit a2d2581199
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Config = [{erl_opts, Includes ++ Macros ++ HiPE ++ DebugInfo},
{sub_dirs, ["rel"]},
{post_hooks, PostHooks ++ CfgPostHooks},
{deps, Deps ++ CfgDeps}],
io:format("ejabberd configuration:~n ~p~n", [Config]),
%%io:format("ejabberd configuration:~n ~p~n", [Config]),
Config.
%% Local Variables: