- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / DeleteNodeNetwork.py
index f59b35f..82d8ceb 100644 (file)
@@ -24,8 +24,6 @@ class DeleteNodeNetwork(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Delete'
-    object_type = 'NodeNetwork'
 
     def call(self, auth, nodenetwork_id):