aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-10 10:38:04 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-10 10:38:04 +0100
commite99f46bcdad7defcebf98bbca3363bf05552aba9 (patch)
treef51b7f68d10343a26c05283dfb1172659e2903c8 /util/logger.lua
parentd95e52160f1ed807c111bb3229e5fcaf23357568 (diff)
downloadprosody-e99f46bcdad7defcebf98bbca3363bf05552aba9.tar.gz
prosody-e99f46bcdad7defcebf98bbca3363bf05552aba9.zip
Remove more debugging code which was accidentally committed (don't trust hg)
Diffstat (limited to 'util/logger.lua')
-rw-r--r--util/logger.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/logger.lua b/util/logger.lua
index 42da9b57..fab9e4c3 100644
--- a/util/logger.lua
+++ b/util/logger.lua
@@ -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, ...)