diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-20 03:00:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-20 03:00:43 +0000 |
commit | 5efcee9d4d5fdf372fcdf4b580ce338889ff1339 (patch) | |
tree | 654e64e54271396a70ae6009f91435afaa1ed64d /util/logger.lua | |
parent | d8a04fa9e0b5b60fcbda35c40adb8f2b18b24043 (diff) | |
download | prosody-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.lua | 2 |
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; |