take out the code that computes a new key - for use by the dummynet boot medium creat...
[plcapi.git] / PLC / Methods / AdmAddNode.py
index 5ef210c..dda5c99 100644 (file)
@@ -16,8 +16,6 @@ class AdmAddNode(AddNode):
 
     status = "deprecated"
 
-    object_type = 'Node'
-
     node_fields = dict(filter(can_update, Node.fields.items()))
 
     accepts = [