cubicweb/web/views/debug.py
changeset 12012 f7ff5217a02f
parent 11774 51c160677afe
child 12026 c21b399c9269
--- a/cubicweb/web/views/debug.py	Mon Mar 06 13:21:50 2017 +0100
+++ b/cubicweb/web/views/debug.py	Mon Mar 06 13:23:33 2017 +0100
@@ -91,7 +91,6 @@
         w(u'<h2>%s</h2>' % _('Repository'))
         w(u'<h3>%s</h3>' % _('resources usage'))
         stats = self._cw.call_service('repo_stats')
-        stats['looping_tasks'] = ', '.join('%s (%s seconds)' % (n, i) for n, i in stats['looping_tasks'])
         stats['threads'] = ', '.join(sorted(stats['threads']))
         for k in stats:
             if k == 'type_cache_size':