diff options
author | Kim Alvefur <zash@zash.se> | 2018-04-10 22:43:13 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-04-10 22:43:13 +0200 |
commit | 95346f2e847d5cd1ee68dcd87d8b24fcd70f648e (patch) | |
tree | f83ab8880250b1d9dde1850cffce903c4b17bde5 /core/loggingmanager.lua | |
parent | e1ba49852701c9f94a6d5bec52911f0f98629b4b (diff) | |
download | prosody-95346f2e847d5cd1ee68dcd87d8b24fcd70f648e.tar.gz prosody-95346f2e847d5cd1ee68dcd87d8b24fcd70f648e.zip |
loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup
Diffstat (limited to 'core/loggingmanager.lua')
-rw-r--r-- | core/loggingmanager.lua | 1 |
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 = |