diff options
Diffstat (limited to 'etc/lp.lua')
-rw-r--r-- | etc/lp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ local function connect(localhost, option) | |||
39 | until localport > 731 | 39 | until localport > 731 |
40 | test(skt, err) | 40 | test(skt, err) |
41 | else skt = test(socket.tcp()) end | 41 | else skt = test(socket.tcp()) end |
42 | print("'" .. host .. "'") | ||
43 | try(skt:connect(host, port)) | 42 | try(skt:connect(host, port)) |
44 | return { skt = skt, try = try } | 43 | return { skt = skt, try = try } |
45 | end | 44 | end |