Software /
code /
prosody
Comparison
core/configmanager.lua @ 2862:dae09dd45bed
configmanager: Remove debugging code accidentally committed
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 14 Feb 2010 20:37:49 +0000 |
parent | 2861:1402615b66f8 |
child | 2923:b7049746bd29 |
comparison
equal
deleted
inserted
replaced
2861:1402615b66f8 | 2862:dae09dd45bed |
---|---|
10 | 10 |
11 local _G = _G; | 11 local _G = _G; |
12 local setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, format = | 12 local setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, format = |
13 setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, string.format; | 13 setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, string.format; |
14 | 14 |
15 | |
16 local trb = debug.traceback | |
17 | 15 |
18 local eventmanager = require "core.eventmanager"; | 16 local eventmanager = require "core.eventmanager"; |
19 | 17 |
20 module "configmanager" | 18 module "configmanager" |
21 | 19 |