Changeset

657:7f1946174d4b

Remove logging for server.lua
author Matthew Wild <mwild1@gmail.com>
date Sat, 27 Dec 2008 21:18:12 +0000
parents 656:5b07ab7c37ea
children 658:1952fdcf1017
files net/server.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/net/server.lua	Sat Dec 27 16:06:44 2008 +0000
+++ b/net/server.lua	Sat Dec 27 21:18:12 2008 +0000
@@ -37,7 +37,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 //--