From: apo Date: Wed, 23 May 2007 12:51:41 +0000 (+0000) Subject: To remove useless message X-Git-Tag: V4_0~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=852212cffb7d8aea3586cb31b2010b16e23202cc;p=modules%2Fvisu.git To remove useless message --- diff --git a/src/VISU_I/VISU_PrsObject_i.cc b/src/VISU_I/VISU_PrsObject_i.cc index 7fcb4805..2ebbadd5 100644 --- a/src/VISU_I/VISU_PrsObject_i.cc +++ b/src/VISU_I/VISU_PrsObject_i.cc @@ -104,8 +104,6 @@ VISU::RemovableObject_i CORBA::String_var anEntry(""); if(!CORBA::is_nil(aSObject.in())) anEntry = aSObject->GetID(); - else - MESSAGE("PrsObject_i::GetEntry - Cannot find SObject in the Study with StudyId = "<StudyId()<<" !!!"); return anEntry.in(); }