Update Relation.h

This commit is contained in:
William Bracho Blok 2015-09-15 20:36:33 -05:00
parent 8a3104652e
commit b2fa6c1a55

View file

@ -32,12 +32,7 @@ public:
cout<<"\nAttribute name: "<<attributeNames[i]<<": "; cout<<"\nAttribute name: "<<attributeNames[i]<<": ";
/* att[i].display();
for (int i = 0; i < att[i].getSize(); ++i)
{
//cout<<" "<<att[i]<<" ";
}
*/
} }