Quick fix, resolves issue #153: Remove incorrect decoding of constraint

This commit is contained in:
Gregory John Casamento 2023-12-22 16:47:40 -05:00
parent 8abe12b9ca
commit 3f30d139bc

View file

@ -870,10 +870,12 @@ didStartElement: (NSString*)elementName
// Need to store element for making the connections...
[self addConnection: element];
}
/*
else if ([XmlConstraintRecordTags containsObject: elementName])
{
[self objectForXib: element]; // decode the constraint...
}
*/
}
else
{