app/soc/logic/models/group.py
changeset 1106 e14b0995cf29
parent 991 becede26c37f
child 1115 0a723ff3d27c
--- a/app/soc/logic/models/group.py	Sat Jan 31 12:36:07 2009 +0000
+++ b/app/soc/logic/models/group.py	Sat Jan 31 12:59:52 2009 +0000
@@ -92,9 +92,5 @@
 
     return True
 
-  def _onCreate(self, entity):
-    """Flushes the sidebar for the current user.
-    """
-    sidebar.flush()
 
 logic = Logic()