loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup
authorKim Alvefur <zash@zash.se>
Tue, 10 Apr 2018 22:43:13 +0200
changeset 8753 7ae09468ad92
parent 8752 fb3cd6b2263b
child 8754 469f78fe1c3e
loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup
core/loggingmanager.lua
--- a/core/loggingmanager.lua	Tue Apr 10 20:40:07 2018 +0100
+++ b/core/loggingmanager.lua	Tue Apr 10 22:43:13 2018 +0200
@@ -5,7 +5,6 @@
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
--- luacheck: globals log prosody.log
 
 local format = require "util.format".format;
 local setmetatable, rawset, pairs, ipairs, type =