diff --git a/src/uws/job/UWSJob.java b/src/uws/job/UWSJob.java
index 0102c15d50dd5f4be664fd829ae6cdaeef9e36be..cf2a4b2f9cf6041aa9e7db6de15bf2519ac2f732 100644
--- a/src/uws/job/UWSJob.java
+++ b/src/uws/job/UWSJob.java
@@ -16,7 +16,8 @@ package uws.job;
  * You should have received a copy of the GNU Lesser General Public License
  * along with UWSLibrary.  If not, see <http://www.gnu.org/licenses/>.
  * 
- * Copyright 2012 - UDS/Centre de Données astronomiques de Strasbourg (CDS)
+ * Copyright 2012-2014 - UDS/Centre de Données astronomiques de Strasbourg (CDS),
+ *                       Astronomisches Rechen Institute (ARI)
  */
 
 import java.io.IOException;
@@ -118,8 +119,8 @@ import uws.service.log.UWSLog;
  * 	</li>
  * </ul>
  * 
- * @author	Gr&eacute;gory Mantelet (CDS)
- * @version	06/2012
+ * @author	Gr&eacute;gory Mantelet (CDS;ARI)
+ * @version	4.1 (04/2014)
  */
 public class UWSJob extends SerializableUWSObject {
 	private static final long serialVersionUID = 1L;
@@ -1323,9 +1324,6 @@ public class UWSJob extends SerializableUWSObject {
 
 		}// Otherwise start directly the execution:
 		else{
-			System.out.println("Starting "+jobId+"...");
-			(new Exception("Starting "+jobId)).printStackTrace();
-
 			// Try to change the phase:
 			setPhase(ExecutionPhase.EXECUTING);