aboutsummaryrefslogtreecommitdiffstats
path: root/core/configmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-14 20:37:49 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-14 20:37:49 +0000
commit4d3d1789cc57c1c0b9ce8d199a95a9a412f9d723 (patch)
tree670adee8b2b41ab6a8815b619c63c9c7009d85df /core/configmanager.lua
parent8b0ec93370f16cb2b4da3a2dd7734d6d41175312 (diff)
downloadprosody-4d3d1789cc57c1c0b9ce8d199a95a9a412f9d723.tar.gz
prosody-4d3d1789cc57c1c0b9ce8d199a95a9a412f9d723.zip
configmanager: Remove debugging code accidentally committed
Diffstat (limited to 'core/configmanager.lua')
-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"