- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / DeleteNode.py
index c6023c5..64f149a 100644 (file)
@@ -24,8 +24,6 @@ class DeleteNode(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Delete'
-    object_type = 'Node'
 
     def call(self, auth, node_id_or_hostname):
         # Get account information