]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdReadColumnsString.cxx
2110 Bug Probleme reading the las line of the file : Read Columns box
[bbtk.git] / packages / std / src / bbstdReadColumnsString.cxx
index 63c14c79711072ed968c9701cb9be97b8203ebe1..6d9cfe5f3c37b055e60f7449ff3b18648660deb7 100644 (file)
@@ -70,7 +70,6 @@ void ReadColumnsString::Process()
                                fscanf(ff1,"%s ",tmpValue);
                                vecData=tlst[i];
                                vecData->push_back( tmpValue );
-                                       printf("*******************************************EC ReadColumnsString::Last Value: %s \n",tmpValue);
                        }       
                        numberOfLines++;                        
                }