From cdb6f936c4116123d34e5a21e9c9de6052a8de9e Mon Sep 17 00:00:00 2001
From: kohleman <kohleman>
Date: Thu, 8 Nov 2012 15:33:42 +0000
Subject: [PATCH] -remove the echo to make it less verbose

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

diff --git a/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet_nov.sh b/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet_nov.sh
index eae3a382aa3..d6046d92033 100644
--- a/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet_nov.sh
+++ b/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet_nov.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 "$@"
\ No newline at end of file
-- 
GitLab