X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Flogger.lua;h=e72b29bc05843987867a66c42526fefd1bb2527f;hb=127df5431789381b960207d7c853df2a4f1b9cc9;hp=3d1f1c8bffc7c7aa971c63db10feda513819e5d2;hpb=ea83efae5b3356534f19799f67e97f6f4555adf9;p=prosody.git diff --git a/util/logger.lua b/util/logger.lua index 3d1f1c8b..e72b29bc 100644 --- a/util/logger.lua +++ b/util/logger.lua @@ -5,11 +5,9 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- luacheck: ignore 213/level -local pcall = pcall; - -local find = string.find; -local ipairs, pairs, setmetatable = ipairs, pairs, setmetatable; +local pairs = pairs; local _ENV = nil;