aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-04-05 16:00:27 +0200
committerKim Alvefur <zash@zash.se>2018-04-05 16:00:27 +0200
commit06d340adc5be45e504f0a5d9e71389db07555490 (patch)
treed63e737c46ae7ee9429bd220c03c11625283af43 /util
parent19deb98aefe8abcdbc6cb930134dfb789efd2404 (diff)
downloadprosody-06d340adc5be45e504f0a5d9e71389db07555490.tar.gz
prosody-06d340adc5be45e504f0a5d9e71389db07555490.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.lua3
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"