Software /
code /
prosody
Comparison
core/configmanager.lua @ 2640:2dace3e87dd1
configmanager: Remove debugging code accidentally committed
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 14 Feb 2010 20:37:49 +0000 |
parent | 2637:82cfc1ec4a7c |
child | 2925:692b3c6c5bd2 |
comparison
equal
deleted
inserted
replaced
2639:a7f683622b35 | 2640:2dace3e87dd1 |
---|---|
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 |