From: vsr Date: Mon, 19 Oct 2009 12:24:17 +0000 (+0000) Subject: Remove undesired output to console X-Git-Tag: RELIQUAT_5x_30102009~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8a7d476859a6e082edd852dc18564ebccbe5e635;p=modules%2Fkernel.git Remove undesired output to console --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_IParameters.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_IParameters.cxx index 6d4c99082..ff5cae558 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_IParameters.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_IParameters.cxx @@ -284,7 +284,6 @@ string SALOMEDSImpl_IParameters::getStudyScript(SALOMEDSImpl_Study* study, int s vector lst = ip.getValues(v[i]); dump += "# fill list "+v[i]+"\n"; for(int j = 0; j < lst.size(); j++) { - printf("### %s \nFind : %i\n",lst[j].c_str(), lst[j].find('\"')); if (lst[j].find('\"') == -1) dump += "ipar.append(\""+v[i]+"\", \""+lst[j]+"\")\n"; else