* 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 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()