mirror of
https://github.com/vernette/ipregion.git
synced 2026-07-10 00:08:41 +00:00
refactor(ipregion): remove useless echo
This commit is contained in:
parent
1c4b0d709c
commit
2170217208
1 changed files with 1 additions and 1 deletions
|
|
@ -1097,7 +1097,7 @@ make_request() {
|
|||
response=$(head -n -1 <<<"$response_with_code")
|
||||
|
||||
if [[ "$http_code" == 4* || "$http_code" == 5* ]]; then
|
||||
echo "$(status_from_http_code "$http_code")"
|
||||
status_from_http_code "$http_code"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue