Diff

net/server.lua @ 657:7f1946174d4b

Remove logging for server.lua
author Matthew Wild <mwild1@gmail.com>
date Sat, 27 Dec 2008 21:18:12 +0000
parent 630:e9336adb66e5
child 658:1952fdcf1017
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 //--