mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Remove log line that was intended only for debugging during development
This commit is contained in:
parent
fe909a45e9
commit
d20b6dccb3
@ -163,7 +163,6 @@ initialize(Host, Opts) ->
|
|||||||
DefaultContentType = gen_mod:get_opt(default_content_type, Opts,
|
DefaultContentType = gen_mod:get_opt(default_content_type, Opts,
|
||||||
?DEFAULT_CONTENT_TYPE),
|
?DEFAULT_CONTENT_TYPE),
|
||||||
ContentTypes = build_list_content_types(gen_mod:get_opt(content_types, Opts, []), ?DEFAULT_CONTENT_TYPES),
|
ContentTypes = build_list_content_types(gen_mod:get_opt(content_types, Opts, []), ?DEFAULT_CONTENT_TYPES),
|
||||||
?INFO_MSG("initialize: ~n ~p", [ContentTypes]),%+++
|
|
||||||
{DocRoot, AccessLog, AccessLogFD, DirectoryIndices,
|
{DocRoot, AccessLog, AccessLogFD, DirectoryIndices,
|
||||||
CustomHeaders, DefaultContentType, ContentTypes}.
|
CustomHeaders, DefaultContentType, ContentTypes}.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user