Changeset

76:7346ef3e80ac

Merged docs from paul
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Oct 2008 17:20:11 +0100
parents 74:09bda2782837 (diff) 75:338e75cba18d (current diff)
children 81:a1f4f3c5ae25
files
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/net/server.lua	Wed Oct 08 19:17:14 2008 +0300
+++ b/net/server.lua	Wed Oct 08 17:20:11 2008 +0100
@@ -39,7 +39,6 @@
 local coroutine_yield = coroutine.yield
 local print = print;
 local out_put = function () end --print;
-local out_put = print;
 local out_error = print;
 
 --// extern libs //--