# HG changeset patch # User Kim Alvefur # Date 1523392993 -7200 # Node ID 7ae09468ad921941ef3070c43606928f12570b96 # Parent fb3cd6b2263bff5f3cccd88b96d4e30d2bd1e298 loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup diff -r fb3cd6b2263b -r 7ae09468ad92 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 =