- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / DeletePersonFromSite.py
index f7bd630..c17384d 100644 (file)
@@ -26,8 +26,6 @@ class DeletePersonFromSite(Method):
 
     returns = Parameter(int, '1 if successful')
     
-    event_type = 'DeleteFrom'
-    object_type = 'Site'
 
     def call(self, auth, person_id_or_email, site_id_or_login_base):
         # Get account information