Delete stray line copied/pasted from another pugin

This commit is contained in:
David Kerr 2017-01-21 16:26:54 -05:00
parent 57a48f8119
commit 8de728f354

View File

@ -25,7 +25,6 @@ dns_freedns_add() {
_debug "txtvalue: $txtvalue"
if [ -z "$FREEDNS_USER" ] || [ -z "$FREEDNS_PASSWORD" ]; then
AD_API_KEY=""
_err "You didn't specify the FreeDNS username and password yet."
_err "Please export as FREEDNS_USER / FREEDNS_PASSWORD and try again."
return 1