From 8a7d476859a6e082edd852dc18564ebccbe5e635 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 19 Oct 2009 12:24:17 +0000 Subject: [PATCH] Remove undesired output to console --- src/SALOMEDSImpl/SALOMEDSImpl_IParameters.cxx | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2