Changeset

8750:7ae09468ad92

loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup
author Kim Alvefur <zash@zash.se>
date Tue, 10 Apr 2018 22:43:13 +0200
parents 8749:fb3cd6b2263b
children 8751:469f78fe1c3e
files core/loggingmanager.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 =