Software /
code /
prosody
Diff
core/loggingmanager.lua @ 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 |
parent | 8721:b773b15fee71 |
child | 9902:3eea63a68e0f |
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 =