diff --git a/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet.sh b/deep_sequencing_unit/createsamplesheet/dist/createSampleSheet.sh
index 02d2db21c937af091edd71470c5d1793d262681d..05c34e7514bbbc429a105fd4820903a6e681d88f 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 "$@"