From a0becfc8ab35f8614a21bed0a5b206bc67bfc937 Mon Sep 17 00:00:00 2001
From: kohleman <kohleman>
Date: Thu, 8 Nov 2012 15:34:30 +0000
Subject: [PATCH] - remove echo

SVN: 27558
---
 .../createsamplesheet/dist/createSampleSheet.sh                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet.sh b/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet.sh
index 02d2db21c93..05c34e7514b 100755
--- a/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet.sh
+++ b/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet.sh
@@ -26,5 +26,5 @@ fi
 ALL_JAVA_OPTS="-Djavax.net.ssl.trustStore=etc/openBIS.keystore $JAVA_OPTS"
 
 LIB="lib"
-echo "Starting Sample Sheet Creator for openBIS Illumina NGS"
+# echo "Starting Sample Sheet Creator for openBIS Illumina NGS"
 ${JAVA_BIN} ${ALL_JAVA_OPTS} -cp ${LIB}/commons-codec.jar:${LIB}/commons-httpclient.jar:${LIB}/commons-logging.jar:${LIB}/dss_client.jar:${LIB}/spring.jar:${LIB}/stream-supporting-httpinvoker.jar:${LIB}/jython.jar org.python.util.jython $JYTHON_FILE "$@"
-- 
GitLab