Skip to content
Snippets Groups Projects
Verified Commit 3afa34a9 authored by David Beniamine's avatar David Beniamine
Browse files

Remove debug stuff

parent cc8c4f02
No related branches found
No related tags found
No related merge requests found
Pipeline #499 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment