remove unhelpful debug message

module-based-network
Daniel Barlow 2022-10-04 20:47:06 +01:00
parent 1b372bcb2b
commit 59c0881235
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ function tftp:listen(rrq_generator_callback, wrq_generator_callback, hosts, port
for _ in pairs(ready_fds) do
n = n + 1
end
log(('There are %d sockets ready'):format(n))
-- log(('There are %d sockets ready'):format(n))
end
for fd, status in pairs(ready_fds) do
-- pretty.dump(ready_fds)