Merge 0.10->trunk
[prosody.git] / util / logger.lua
index 3d1f1c8bffc7c7aa971c63db10feda513819e5d2..e72b29bc05843987867a66c42526fefd1bb2527f 100644 (file)
@@ -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;