From b9e78876ebfec8a684922e89932ed3532252c805 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 26 Nov 2009 15:20:37 +0000 Subject: [PATCH] debug printf are removed --- src/Notebook/SALOME_Notebook.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Notebook/SALOME_Notebook.cxx b/src/Notebook/SALOME_Notebook.cxx index cf041504c..a4b8f9fdf 100644 --- a/src/Notebook/SALOME_Notebook.cxx +++ b/src/Notebook/SALOME_Notebook.cxx @@ -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 -- 2.39.2