- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / AddNetworkMethod.py
index 16e33b5..11f3845 100644 (file)
@@ -20,8 +20,6 @@ class AddNetworkMethod(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'NetworkMethod'
 
     def call(self, auth, name):
         network_method = NetworkMethod(self.api)