diff --git a/entrypoint.sh b/entrypoint.sh
index 58ddb9b1363a0510a9a9edd6079ef1b61cc21f2d..255a5678b01c2f13c8e47e3a0c21ce0910565453 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