]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Remove debug print
authorribes <ribes>
Thu, 28 Apr 2011 14:22:04 +0000 (14:22 +0000)
committerribes <ribes>
Thu, 28 Apr 2011 14:22:04 +0000 (14:22 +0000)
src/Launcher/Launcher_Job.cxx

index 274b1f84432885ac39f75c15213de4c6dd6f4d8d..9e32e874225ebbc1404beedd0dbebdd111c83667 100644 (file)
@@ -604,7 +604,6 @@ void
 Launcher::Job::addSpecificParameter(const std::string & name,
                                       const std::string & value)
 {
-  std::cerr << "Adding " << name << " " << value << std::endl;
   _specific_parameters[name] = value;
 }