app/soc/logic/models/club_admin.py
changeset 944 5ea2bd9e3fa6
parent 916 f18c0a56da8b
child 1062 f7ee38ebfe1c
--- a/app/soc/logic/models/club_admin.py	Sat Jan 24 10:18:30 2009 +0000
+++ b/app/soc/logic/models/club_admin.py	Sat Jan 24 10:19:17 2009 +0000
@@ -23,7 +23,6 @@
   ]
 
 
-from soc.logic.helper import request
 from soc.logic.models import role
 from soc.logic.models import club as club_logic
 
@@ -44,11 +43,4 @@
                                 scope_logic=scope_logic)
 
 
-  def _onCreate(self, entity):
-    """Will mark any outstanding requests for the new Club Admin as completly accepted.
-    """
-    # TODO(ljvderijk) apply this to all other role logics if this solution is accepted
-    request.completeRequestForRole(entity, 'club_admin')
-
-
 logic = Logic()