aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-04-10 22:43:13 +0200
committerKim Alvefur <zash@zash.se>2018-04-10 22:43:13 +0200
commit1d903e3442bbe5f4532229be4f9e3850eaf12244 (patch)
treef83ab8880250b1d9dde1850cffce903c4b17bde5 /core
parent4c4988ab3eff8e19bf3ba84d71d6180498d2a0c4 (diff)
downloadprosody-1d903e3442bbe5f4532229be4f9e3850eaf12244.tar.gz
prosody-1d903e3442bbe5f4532229be4f9e3850eaf12244.zip
loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup
Diffstat (limited to 'core')
-rw-r--r--core/loggingmanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua
index deaeddc3..cfa8246a 100644
--- a/core/loggingmanager.lua
+++ b/core/loggingmanager.lua
@@ -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 =