# HG changeset patch # User Kim Alvefur # Date 1522936827 -7200 # Node ID e9caf447deeddf2239b9c96c134559ab575bb3db # Parent 9932a2a5b6de28df430fbba2087b09300fb1b1e2 util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded diff -r 9932a2a5b6de -r e9caf447deed util/startup.lua --- 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"