diff util/logger.lua @ 977:6f0bdf9e4dfb

Remove more debugging code which was accidentally committed (don't trust hg)
author Matthew Wild <mwild1@gmail.com>
date Fri, 10 Apr 2009 10:38:04 +0100
parents 82f7261c0482
children 9e31e9397cff
line wrap: on
line diff
--- a/util/logger.lua	Fri Apr 10 10:36:01 2009 +0100
+++ b/util/logger.lua	Fri Apr 10 10:38:04 2009 +0100
@@ -49,8 +49,6 @@
 		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, ...)