diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-02-05 00:04:11 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-02-05 00:04:11 +0000 |
commit | 62e7b282ea4f6e72990d839bf7f26307ccb3a61c (patch) | |
tree | a3336425edbdcdc8ad540dc565daac709882207b /util | |
parent | 00594e00a27c5172e9e5484e671427910f05cdd4 (diff) | |
parent | e2b370c6bf9d1495d9d180fb8713d3a5d774e0fd (diff) | |
download | prosody-62e7b282ea4f6e72990d839bf7f26307ccb3a61c.tar.gz prosody-62e7b282ea4f6e72990d839bf7f26307ccb3a61c.zip |
Merge 0.10->trunk
Diffstat (limited to 'util')
-rw-r--r-- | util/logger.lua | 6 |
1 files changed, 2 insertions, 4 deletions
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; |