Diff

util/logger.lua @ 7141:362545c3f8bb

Merge 0.10->trunk
author Matthew Wild <mwild1@gmail.com>
date Fri, 05 Feb 2016 00:04:11 +0000
parent 7131:ea3eea291321
child 8553:32438665dc5e
line wrap: on
line diff
--- a/util/logger.lua	Thu Feb 04 14:57:45 2016 +0000
+++ b/util/logger.lua	Fri Feb 05 00:04:11 2016 +0000
@@ -5,11 +5,9 @@
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
-
-local pcall = pcall;
+-- luacheck: ignore 213/level
 
-local find = string.find;
-local ipairs, pairs, setmetatable = ipairs, pairs, setmetatable;
+local pairs = pairs;
 
 local _ENV = nil;