aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2016-02-05 00:04:11 +0000
committerMatthew Wild <mwild1@gmail.com>2016-02-05 00:04:11 +0000
commit9f2f783a50b33805c83b2e9a8f3e5784bec286ce (patch)
treea3336425edbdcdc8ad540dc565daac709882207b /util
parent60f27c0c88d9fcf80405d7653f9ffdf7a32dbd32 (diff)
parent7a87ef0b67fc74c7b55ed19dccf7bd66df4079ce (diff)
downloadprosody-9f2f783a50b33805c83b2e9a8f3e5784bec286ce.tar.gz
prosody-9f2f783a50b33805c83b2e9a8f3e5784bec286ce.zip
Merge 0.10->trunk
Diffstat (limited to 'util')
-rw-r--r--util/logger.lua6
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;