This commit was manufactured by cvs2svn to create branch
[plcapi.git] / PLC / Methods / DeleteSliceAttributeType.py
index ab10911..922b6ac 100644 (file)
@@ -27,7 +27,6 @@ class DeleteSliceAttributeType(Method):
         if not attribute_types:
             raise PLCInvalidArgument, "No such slice attribute type"
         attribute_type = attribute_types[0]
-       PLCCheckLocalSliceAttributeType(attribute_type,"DeleteSliceAttributeType")
 
         attribute_type.delete()
        self.object_ids = [attribute_type['attribute_type_id']]