Salome HOME
Remove undesired output to console
authorvsr <vsr@opencascade.com>
Mon, 19 Oct 2009 12:24:17 +0000 (12:24 +0000)
committervsr <vsr@opencascade.com>
Mon, 19 Oct 2009 12:24:17 +0000 (12:24 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_IParameters.cxx

index 6d4c990827445f1585766e4678bd44522f4e27b8..ff5cae5583f33dd967751fad32311c10ce02bd96 100644 (file)
@@ -284,7 +284,6 @@ string SALOMEDSImpl_IParameters::getStudyScript(SALOMEDSImpl_Study* study, int s
       vector<string> 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