removed debug output

This commit is contained in:
overflowerror 2022-03-30 21:35:02 +02:00
parent 0964fdc24f
commit 8b6f7d1ea6

View file

@ -90,6 +90,6 @@ template() {
printf '%s' "$@" printf '%s' "$@"
} }
echo "$_script" >&2 #echo "$_script" >&2
eval "$_script" eval "$_script"
} }