diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-27 21:18:12 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-27 21:18:12 +0000 |
commit | 89eb3c5d00a0da8a72d303e898ecfd2f63f9eb2b (patch) | |
tree | 9faf0a83b046df9d1c4246fe0e4bed6acfeb5ac7 /net/server.lua | |
parent | 985f775c686c47e126dd196f570b90a34aa653ae (diff) | |
download | prosody-89eb3c5d00a0da8a72d303e898ecfd2f63f9eb2b.tar.gz prosody-89eb3c5d00a0da8a72d303e898ecfd2f63f9eb2b.zip |
Remove logging for server.lua
Diffstat (limited to 'net/server.lua')
-rw-r--r-- | net/server.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/server.lua b/net/server.lua index 68fa5be3..8ec2bcfd 100644 --- a/net/server.lua +++ b/net/server.lua @@ -37,7 +37,6 @@ local coroutine_wrap = coroutine.wrap local coroutine_yield = coroutine.yield local print = print; local out_put = function () end --print; -local out_put = print; local out_error = print; --// extern libs //-- |