Commit 84c31b66 authored by gmantele's avatar gmantele
Browse files

UWS: Remove debugging message (displayed as an exception) at each job start.

parent 5ba927a5
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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);