]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
debug printf are removed
authorasl <asl@opencascade.com>
Thu, 26 Nov 2009 15:20:37 +0000 (15:20 +0000)
committerasl <asl@opencascade.com>
Thu, 26 Nov 2009 15:20:37 +0000 (15:20 +0000)
src/Notebook/SALOME_Notebook.cxx

index cf041504ccb116baf97036854270f31acc00758f..a4b8f9fdf32805c7bd767763a67e4301305585dd 100644 (file)
@@ -796,7 +796,6 @@ bool SALOME_Notebook::Save( FILE* theFile, const SubstitutionInfo& theSubstituti
 
 SALOME_Notebook::SubstitutionInfo SALOME_Notebook::Load( FILE* theFile, const std::string& theFirstLine ) const
 {
-  printf( "load: %i\n", (int)this );
   SubstitutionInfo aSubstitution;
   aSubstitution.myName = theFirstLine;
   load( theFile, aSubstitution.myExpr );
@@ -986,7 +985,6 @@ void SALOME_Notebook::Sort( std::list< KeyHelper >& theList ) const
 
 char* SALOME_Notebook::Dump()
 {
-  printf( "dump: %i\n", (int)this );
   std::string aStr;
 
   //1. Dependencies