aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
diff options
context:
space:
mode:
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, ...)