cubicweb/sobjects/services.py
changeset 11756 60fed6272771
parent 11370 ec858780b6b7
child 11763 39df042f4ab4
--- a/cubicweb/sobjects/services.py	Fri Sep 30 17:36:02 2016 +0200
+++ b/cubicweb/sobjects/services.py	Fri Sep 30 17:36:40 2016 +0200
@@ -52,7 +52,6 @@
             results['%s_cache_miss' % title] = misses
             results['%s_cache_hit_percent' % title] = (hits * 100) / (hits + misses)
         results['type_source_cache_size'] = len(repo._type_source_cache)
-        results['extid_cache_size'] = len(repo._extid_cache)
         results['sql_no_cache'] = repo.system_source.no_cache
         results['nb_open_sessions'] = len(repo._sessions)
         results['nb_active_threads'] = threading.activeCount()