Comparison

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
comparison
equal deleted inserted replaced
656:5b07ab7c37ea 657:7f1946174d4b
35 local string_sub = use'string'.sub 35 local string_sub = use'string'.sub
36 local coroutine_wrap = coroutine.wrap 36 local coroutine_wrap = coroutine.wrap
37 local coroutine_yield = coroutine.yield 37 local coroutine_yield = coroutine.yield
38 local print = print; 38 local print = print;
39 local out_put = function () end --print; 39 local out_put = function () end --print;
40 local out_put = print;
41 local out_error = print; 40 local out_error = print;
42 41
43 --// extern libs //-- 42 --// extern libs //--
44 43
45 local luasec = select(2, pcall(require, "ssl")) 44 local luasec = select(2, pcall(require, "ssl"))