]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkException.h
#3203 BBTK Feature New Normal vtk7itk4wx3-mingw64
[bbtk.git] / kernel / src / bbtkException.h
index d99d4a282698931bee3127ffaa7919dba931f3ca..18ca1a6e24dc3bd61510df53528f54b1d4c3cc33 100644 (file)
@@ -72,13 +72,10 @@ namespace bbtk
        mSourceFile(source_file),
        mMessage(message)
     {
-printf("EED Exception::Exception \n"); 
-               
        }
     ~Exception() throw() {}
     void Print() throw()
     {
-printf("EED Exception  Print\n");      
       std::cerr << "* ERROR  : " << mMessage <<std::endl; 
       int lev = bbtk::MessageManager::GetMessageLevel("Error");
       if (lev > 0) {