mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Remove more debugging code which was accidentally committed (don't trust hg)
This commit is contained in:
parent
d95e52160f
commit
e99f46bcda
2 changed files with 0 additions and 4 deletions
|
@ -49,8 +49,6 @@ function init(name)
|
|||
if not log_this then return function () end end
|
||||
end
|
||||
|
||||
if name == "modulemanager" or name:match("^c2s") or name == "datamanager" then return function () end; end
|
||||
|
||||
--name = nil; -- While this line is not commented, will automatically fill in file/line number info
|
||||
local namelen = #name;
|
||||
return function (level, message, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue