Browse Source

Style issues and orphan _postContentType debug fix

Fixed spacing and removed unneeded debug for _postContenetType
pull/2534/head
Bill Gertz 5 years ago
committed by GitHub
parent
commit
f323ced4ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dnsapi/dns_miab.sh

1
dnsapi/dns_miab.sh

@ -130,7 +130,6 @@ _miab_post() {
_debug $httpmethod _debug $httpmethod
_debug "_post_url" "$_post_url" _debug "_post_url" "$_post_url"
_debug2 "body" "$body" _debug2 "body" "$body"
_debug2 "_postContentType" "$_postContentType"
_inithttp _inithttp

Loading…
Cancel
Save