aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/configmanager.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/configmanager.lua b/core/configmanager.lua
index 7ae472f6..a7c7c4be 100644
--- a/core/configmanager.lua
+++ b/core/configmanager.lua
@@ -13,8 +13,6 @@ local setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, p
setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, string.format;
-local trb = debug.traceback
-
local eventmanager = require "core.eventmanager";
module "configmanager"