diff options
author | Kim Alvefur <zash@zash.se> | 2018-04-05 16:00:27 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-04-05 16:00:27 +0200 |
commit | 7c95d6006b682d6ae0020a4816bfba8375addeae (patch) | |
tree | d63e737c46ae7ee9429bd220c03c11625283af43 /util | |
parent | 51696fc8dc45cdf5f7cf37bb7773d8192a50fb90 (diff) | |
download | prosody-7c95d6006b682d6ae0020a4816bfba8375addeae.tar.gz prosody-7c95d6006b682d6ae0020a4816bfba8375addeae.zip |
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
Diffstat (limited to 'util')
-rw-r--r-- | util/startup.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/startup.lua b/util/startup.lua index 69511bf9..2219146d 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -80,9 +80,6 @@ function startup.load_libraries() server = require "net.server" end --- The global log() gets defined by loggingmanager --- luacheck: ignore 113/log - function startup.init_logging() -- Initialize logging require "core.loggingmanager" |