From: secher Date: Thu, 3 Jul 2008 07:22:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7176fcb60cdaecc58c410947bf8a44b84bdeb2d2;p=modules%2Fkernel.git *** empty log message *** --- diff --git a/src/Batch/Batch_BatchManager_eSGE.cxx b/src/Batch/Batch_BatchManager_eSGE.cxx index e6fac7f57..9648ae24c 100644 --- a/src/Batch/Batch_BatchManager_eSGE.cxx +++ b/src/Batch/Batch_BatchManager_eSGE.cxx @@ -56,7 +56,6 @@ namespace Batch { string::size_type p1 = fileToExecute.find_last_of("/"); string::size_type p2 = fileToExecute.find_last_of("."); std::string fileNameToExecute = fileToExecute.substr(p1+1,p2-p1-1); - cerr << "Entree BatchManager_eSGE::submitJob" << endl; // export input files on cluster exportInputFiles(job);