loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup

This commit is contained in:
Kim Alvefur 2018-04-10 22:43:13 +02:00
parent e1ba498527
commit 95346f2e84

View file

@ -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 =