aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/server.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/server.lua b/net/server.lua
index d151e61d..aa259c7d 100644
--- a/net/server.lua
+++ b/net/server.lua
@@ -733,7 +733,6 @@ end
loop = function( ) -- this is the main loop of the program
while dontstop do
- out_put(tostring(dontstop))
local read, write, err = socket_select( _readlist, _sendlist, _selecttimeout )
for i, socket in ipairs( write ) do -- send data waiting in writequeues
local handler = _socketlist[ socket ]