- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / AddPersonToSlice.py
index 865ff9d..bd16e04 100644 (file)
@@ -24,8 +24,6 @@ class AddPersonToSlice(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    event_type = 'AddTo'
-    object_type = 'Slice'
 
     def call(self, auth, person_id_or_email, slice_id_or_name):
         # Get account information