cubicweb/wsgi/tnd.py
changeset 12001 89611a994572
parent 11767 432f87a63057
--- a/cubicweb/wsgi/tnd.py	Mon Mar 06 15:16:53 2017 +0100
+++ b/cubicweb/wsgi/tnd.py	Mon Mar 06 13:15:51 2017 +0100
@@ -40,7 +40,6 @@
     http_server.listen(port, interface)
     repo = app.appli.repo
     try:
-        repo.start_looping_tasks()
         LOGGER.info('starting http server on %s', config['base-url'])
         ioloop.IOLoop.instance().start()
     finally: