aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-12-27 21:18:12 +0000
committerMatthew Wild <mwild1@gmail.com>2008-12-27 21:18:12 +0000
commit89eb3c5d00a0da8a72d303e898ecfd2f63f9eb2b (patch)
tree9faf0a83b046df9d1c4246fe0e4bed6acfeb5ac7 /net
parent985f775c686c47e126dd196f570b90a34aa653ae (diff)
downloadprosody-89eb3c5d00a0da8a72d303e898ecfd2f63f9eb2b.tar.gz
prosody-89eb3c5d00a0da8a72d303e898ecfd2f63f9eb2b.zip
Remove logging for server.lua
Diffstat (limited to 'net')
-rw-r--r--net/server.lua1
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 //--