util.startup: Remove duplicated initialization of logging (fix #1527) 0.11
authorKim Alvefur <zash@zash.se>
Mon, 22 Jun 2020 14:56:44 +0200
branch0.11
changeset 10951 801b9d5957a6
parent 10947 22b1298403ff
child 10952 bebb384090b0
child 10954 a23328c46389
util.startup: Remove duplicated initialization of logging (fix #1527)
util/startup.lua
--- a/util/startup.lua	Sun Jun 21 19:20:54 2020 +0200
+++ b/util/startup.lua	Mon Jun 22 14:56:44 2020 +0200
@@ -597,7 +597,6 @@
 	startup.sandbox_require();
 	startup.set_function_metatable();
 	startup.check_dependencies();
-	startup.init_logging();
 	startup.load_libraries();
 	startup.setup_plugindir();
 	startup.setup_datadir();