configmanager: Remove debugging code accidentally committed

Sun, 14 Feb 2010 20:37:49 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 14 Feb 2010 20:37:49 +0000
changeset 2640
2dace3e87dd1
parent 2639
a7f683622b35
child 2641
b083a667e3be

configmanager: Remove debugging code accidentally committed

core/configmanager.lua file | annotate | diff | comparison | revisions
--- a/core/configmanager.lua	Sun Feb 14 20:36:54 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"

mercurial