app/soc/logic/models/document.py
changeset 1106 e14b0995cf29
parent 1095 0122dc66e5d2
child 1115 0a723ff3d27c
--- 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()