]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor change
authorouv <ouv@opencascade.com>
Mon, 25 Dec 2006 10:04:29 +0000 (10:04 +0000)
committerouv <ouv@opencascade.com>
Mon, 25 Dec 2006 10:04:29 +0000 (10:04 +0000)
src/VISUGUI/VisuGUI_FieldFilter.cxx

index fdbc579bd9f394f0431d547874b65f3272d5e4c5..3dd45bb1d8ff2a09ffc501e24fca88ef8156f264 100644 (file)
@@ -63,9 +63,6 @@ bool VisuGUI_FieldFilter::isOk( const SUIT_DataOwner* theDataOwner ) const
 
   if( anOwner && anAppStudy )
   {
-    cout << "Prs3d - " << myPrs3dEntry.latin1() << endl;
-    cout << "Owner - " << anOwner->entry().latin1() << endl;
-
     if(myPrs3dEntry == anOwner->entry())
       return true;