diff -r 326cd1181c03 -r e14b0995cf29 app/soc/logic/models/document.py --- a/app/soc/logic/models/document.py Sat Jan 31 12:36:07 2009 +0000 +++ b/app/soc/logic/models/document.py Sat Jan 31 12:59:52 2009 +0000 @@ -69,12 +69,5 @@ return True - def _onCreate(self, entity): - """Flush the sidebar cache when a new active role entity has been created. - """ - - if entity.is_featured: - sidebar.flush() - logic = Logic()