Commit 645933fa by Sam Stephenson

Remove wget debug remnant

parent 3c1e4b42
...@@ -172,7 +172,7 @@ http() { ...@@ -172,7 +172,7 @@ http() {
local url="$2" local url="$2"
[ -n "$url" ] || return 1 [ -n "$url" ] || return 1
if type curlx &>/dev/null; then if type curl &>/dev/null; then
"http_${method}_curl" "$url" "http_${method}_curl" "$url"
elif type wget &>/dev/null; then elif type wget &>/dev/null; then
"http_${method}_wget" "$url" "http_${method}_wget" "$url"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment