Software /
code /
prosody
Changeset
8712:e9caf447deed
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 05 Apr 2018 16:00:27 +0200 |
parents | 8711:9932a2a5b6de |
children | 8713:48bd442f6d4d |
files | util/startup.lua |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/util/startup.lua Thu Apr 05 15:58:08 2018 +0200 +++ b/util/startup.lua Thu Apr 05 16:00:27 2018 +0200 @@ -80,9 +80,6 @@ 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"