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
commitc4b8c996167b9841f90224c4d60ea402ceb622e8 (patch)
treefed2532a816ad5132c35fa9e5aa8f761cffac714 /core/configmanager.lua
parent606d78db9c69ec119f6343ae0cdfda9569a2867c (diff)
downloadprosody-c4b8c996167b9841f90224c4d60ea402ceb622e8.tar.gz
prosody-c4b8c996167b9841f90224c4d60ea402ceb622e8.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 010b3076..0f20fd3e 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"