diff options
Diffstat (limited to 'libs/httpd')
-rw-r--r-- | libs/httpd/luasrc/httpd.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/httpd/luasrc/httpd.lua b/libs/httpd/luasrc/httpd.lua index ac6e29216..dbbe4c606 100644 --- a/libs/httpd/luasrc/httpd.lua +++ b/libs/httpd/luasrc/httpd.lua @@ -92,7 +92,6 @@ function run() end function step() - print(collectgarbage("count")) local idle = true if not THREAD_LIMIT or threadc < THREAD_LIMIT then local now = os.time() |