From 3afa34a9b20609d859daaa615c4e4bd3fec1c32f Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 9 Nov 2021 23:31:38 +0100 Subject: [PATCH] Remove debug stuff --- entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 58ddb9b..255a567 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,6 @@ usage() { cmd="java -jar /opt/docker-compose-viz-mermaid.jar" mmdc="/home/mermaidcli/node_modules/.bin/mmdc -p /puppeteer-config.json" pipe=false -echo $@ while getopts ":hmv:M:" opt; do case $opt in @@ -42,7 +41,6 @@ while getopts ":hmv:M:" opt; do done shift $((OPTIND-1)) -echo $pipe if $pipe; then $cmd $opts | $mmdc $mmdc_opts else -- GitLab