From: vro Date: Fri, 4 Aug 2017 10:42:42 +0000 (+0300) Subject: 0028972: A not useful message is printed on copying of data in OCAF X-Git-Tag: V7_2_0~51 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=f97095fada4aa9e4146ee4104713c3033b1e9d5c;p=occt.git 0028972: A not useful message is printed on copying of data in OCAF --- diff --git a/src/TDF/TDF_CopyLabel.cxx b/src/TDF/TDF_CopyLabel.cxx index e3c8ce1940..fe1e93ec10 100644 --- a/src/TDF/TDF_CopyLabel.cxx +++ b/src/TDF/TDF_CopyLabel.cxx @@ -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" <