mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Remove forgotten debug line
This commit is contained in:
parent
03de853e4f
commit
29f6c43ae3
@ -349,7 +349,6 @@ delete_listener(EndPoint, Module) ->
|
||||
-spec config_reloaded() -> ok.
|
||||
config_reloaded() ->
|
||||
New = ejabberd_config:get_option(listen, []),
|
||||
?INFO_MSG("New = ~p", [New]),
|
||||
Old = ets:tab2list(?MODULE),
|
||||
lists:foreach(
|
||||
fun({EndPoint, Module, _Opts}) ->
|
||||
|
Loading…
Reference in New Issue
Block a user