Don't always dump memory

This commit is contained in:
Jay McCarthy 2013-04-22 11:47:56 -06:00
parent 4f2c94442f
commit 568a621799

View File

@ -108,6 +108,5 @@
(kill-connection! conn)
(connection-loop))])))))
(define (connection-loop)
(dump-memory-stats)
(sync the-evt))
(connection-loop))