aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http.sh1
-rw-r--r--kerberos.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/http.sh b/http.sh
index ef60d26..2dff63f 100644
--- a/http.sh
+++ b/http.sh
@@ -19,7 +19,6 @@ if [ "$#" -ne 5 ]; then
fi
if [ "$METHOD" != "http-01" ]; then
- _warn "skip method %s" "$METHOD"
exit 1
fi
diff --git a/kerberos.sh b/kerberos.sh
index bd9d9e4..9b5d3ae 100644
--- a/kerberos.sh
+++ b/kerberos.sh
@@ -19,7 +19,6 @@ if [ "$#" -ne 5 ]; then
fi
if [ "$METHOD" != "dns-01" ]; then
- _warn "skip method %s" "$METHOD"
exit 1
fi