1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0028972: A not useful message is printed on copying of data in OCAF

This commit is contained in:
vro 2017-08-04 13:42:42 +03:00 committed by bugmaster
parent 22e7073865
commit f97095fada

View File

@ -161,13 +161,7 @@ void TDF_CopyLabel::Perform()
myIsDone = Standard_False;
if(mySL.Data()->Root().IsDifferent(myTL.Data()->Root()) && //TDF_Data is not the same
!TDF_Tool::IsSelfContained(mySL, myFilter)) return; //source label isn't self-contained
else {
#ifdef OCCT_DEBUG
cout << "THE SAME Data" <<endl;
#endif
}
//TDF_Data of the source and target labels are the same
Standard_Boolean extReferers =
ExternalReferences(mySL, myMapOfExt, myFilter);