* libs/httpd: Fixed last commit
authorSteven Barth <steven@midlink.org>
Tue, 1 Jul 2008 18:13:02 +0000 (18:13 +0000)
committerSteven Barth <steven@midlink.org>
Tue, 1 Jul 2008 18:13:02 +0000 (18:13 +0000)
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()