Forget to delete a debug line

This commit is contained in:
Jérémy Dubois 2022-03-29 18:59:09 +02:00
parent 85c3324713
commit 554f6166c9

View file

@ -508,7 +508,6 @@ create() {
crt_expiration_arg="-days ${days}" crt_expiration_arg="-days ${days}"
else else
error "Argument error: \"${days}\" is not a valid value for \`--days'." error "Argument error: \"${days}\" is not a valid value for \`--days'."
echo $days
fi fi
fi fi
if [ -n "${end_date}" ]; then if [ -n "${end_date}" ]; then