aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-20 03:00:43 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-20 03:00:43 +0000
commit5efcee9d4d5fdf372fcdf4b580ce338889ff1339 (patch)
tree654e64e54271396a70ae6009f91435afaa1ed64d /util/logger.lua
parentd8a04fa9e0b5b60fcbda35c40adb8f2b18b24043 (diff)
downloadprosody-5efcee9d4d5fdf372fcdf4b580ce338889ff1339.tar.gz
prosody-5efcee9d4d5fdf372fcdf4b580ce338889ff1339.zip
Remove or comment useless prints, or change them to log()
Diffstat (limited to 'util/logger.lua')
-rw-r--r--util/logger.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/logger.lua b/util/logger.lua
index f93cafc1..e9440a04 100644
--- a/util/logger.lua
+++ b/util/logger.lua
@@ -33,4 +33,4 @@ function init(name)
end
end
-return _M; \ No newline at end of file
+return _M;