From 59c0881235b50c4d8d39adb69406736a8280e967 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 4 Oct 2022 20:47:06 +0100 Subject: [PATCH] remove unhelpful debug message --- pkgs/tufted/tftp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tufted/tftp.lua b/pkgs/tufted/tftp.lua index 92f2f9bb..55d22aa8 100644 --- a/pkgs/tufted/tftp.lua +++ b/pkgs/tufted/tftp.lua @@ -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)