]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdRandomString.cxx
Clean code
[bbtk.git] / packages / std / src / bbstdRandomString.cxx
index 733617e04933bd0f57edc7dbfe10f2822d177bbd..5ccee71003d6702c17086390d28a3b03238fe028 100644 (file)
@@ -52,7 +52,7 @@ void RandomString::Process()
            STR += alphanum[rand() % stringLength];
     }
         bbSetOutputOut( STR );
-printf("EED RandomString::Process randomString=%s\n",STR.c_str());
+//printf("EED RandomString::Process randomString=%s\n",STR.c_str());
 }
 
 //=====