configmanager: Remove debugging code accidentally committed
authorMatthew Wild <mwild1@gmail.com>
Sun, 14 Feb 2010 20:37:49 +0000
changeset 2862 dae09dd45bed
parent 2861 1402615b66f8
child 2863 b5924a017849
configmanager: Remove debugging code accidentally committed
core/configmanager.lua
--- a/core/configmanager.lua	Sun Feb 14 18:41:44 2010 +0000
+++ b/core/configmanager.lua	Sun Feb 14 20:37:49 2010 +0000
@@ -13,8 +13,6 @@
 		setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, string.format;
 
 
-local trb = debug.traceback
-
 local eventmanager = require "core.eventmanager";
 
 module "configmanager"