* libs/httpd: Fixed last commit
[project/luci.git] / libs / httpd / luasrc / httpd.lua
index ac6e292..dbbe4c6 100644 (file)
@@ -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()