mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.startup: Remove duplicated initialization of logging (fix #1527)
This commit is contained in:
parent
2246d11149
commit
f700fbd8f7
1 changed files with 0 additions and 1 deletions
|
@ -597,7 +597,6 @@ function startup.prosody()
|
||||||
startup.sandbox_require();
|
startup.sandbox_require();
|
||||||
startup.set_function_metatable();
|
startup.set_function_metatable();
|
||||||
startup.check_dependencies();
|
startup.check_dependencies();
|
||||||
startup.init_logging();
|
|
||||||
startup.load_libraries();
|
startup.load_libraries();
|
||||||
startup.setup_plugindir();
|
startup.setup_plugindir();
|
||||||
startup.setup_datadir();
|
startup.setup_datadir();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue