From 7176fcb60cdaecc58c410947bf8a44b84bdeb2d2 Mon Sep 17 00:00:00 2001 From: secher Date: Thu, 3 Jul 2008 07:22:23 +0000 Subject: [PATCH] *** empty log message *** --- src/Batch/Batch_BatchManager_eSGE.cxx | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2