]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Removed a debug code
authorsrn <srn@opencascade.com>
Tue, 30 Aug 2005 12:12:36 +0000 (12:12 +0000)
committersrn <srn@opencascade.com>
Tue, 30 Aug 2005 12:12:36 +0000 (12:12 +0000)
src/GEOM/GEOM_Engine.cxx

index f2a769e02b1b8023e30db2d407f8f84ecee83935..5c3fbee790cf74203d292b14cea79724668e3db7 100644 (file)
@@ -311,8 +311,6 @@ bool GEOM_Engine::Load(int theDocID, char* theFileName)
 
   TDataStd_Integer::Set(aDoc->Main(), theDocID);
 
-  _OCAFApp->SaveAs(aDoc, "/dn05/salome/srn/Test.sdg");
-
   return true;
 }