Update Relation.h
This commit is contained in:
parent
8a3104652e
commit
b2fa6c1a55
1 changed files with 1 additions and 6 deletions
|
@ -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]<<" ";
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue