Commit 645933fa authored by Sam Stephenson's avatar Sam Stephenson
Browse files

Remove wget debug remnant

parent 3c1e4b42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ http() {
  local url="$2"
  [ -n "$url" ] || return 1

  if type curlx &>/dev/null; then
  if type curl &>/dev/null; then
    "http_${method}_curl" "$url"
  elif type wget &>/dev/null; then
    "http_${method}_wget" "$url"