aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/logger.lua')
-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;