* libs/httpd: Fixed last commit
[project/luci.git] / libs / httpd / luasrc / httpd.lua
index ac6e29216b966c0403545cf09f5b249a079471e7..dbbe4c606de21868f0f79d25c38676281bf0bdc8 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()