]> Creatis software - bbtk.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 12 Sep 2010 14:59:29 +0000 (14:59 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 12 Sep 2010 14:59:29 +0000 (14:59 +0000)
kernel/src/bbtkFactory.cxx

index 4dd61cb3461ed0cc08cb8651e94bef84b4869ca8..cfd3c6ec531894a0a3dcda4aeab7b906be244ce8 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkFactory.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/09/12 14:52:25 $
-  Version:   $Revision: 1.50 $
+  Date:      $Date: 2010/09/12 14:59:29 $
+  Version:   $Revision: 1.51 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -796,10 +796,6 @@ namespace bbtk
     }
     else 
     {
-       printf(" \n",name.c_str());
-       printf(" ..BBTK ERROR.. package >>>%s<<< unknown\n",name.c_str());
-       printf("  Your have to configure your bbtk_config.xml\n");
-       printf("  to configure the correct path of the packages\n\n");
        bbtkDebugDecTab("kernel",9);
        bbtkError("package \""<<name<<"\" unknown");
     }