From f97095fada4aa9e4146ee4104713c3033b1e9d5c Mon Sep 17 00:00:00 2001 From: vro Date: Fri, 4 Aug 2017 13:42:42 +0300 Subject: [PATCH] 0028972: A not useful message is printed on copying of data in OCAF --- src/TDF/TDF_CopyLabel.cxx | 6 ------ 1 file changed, 6 deletions(-) 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" <