chore(radar): drop per-fetch ok-bytes log line
This commit is contained in:
parent
ced5e3d1a6
commit
1a62e51f82
1 changed files with 0 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ defmodule Microwaveprop.Weather.NexradClient do
|
||||||
|
|
||||||
case Req.get(url, [receive_timeout: 60_000, retry: false] ++ req_opts) do
|
case Req.get(url, [receive_timeout: 60_000, retry: false] ++ req_opts) do
|
||||||
{:ok, %{status: 200, body: body}} when is_binary(body) ->
|
{:ok, %{status: 200, body: body}} when is_binary(body) ->
|
||||||
Logger.info("NexradClient: ok #{byte_size(body)} bytes from #{url}")
|
|
||||||
process_frame(body, rounded, points_of_interest)
|
process_frame(body, rounded, points_of_interest)
|
||||||
|
|
||||||
{:ok, %{status: status}} ->
|
{:ok, %{status: status}} ->
|
||||||
|
|
@ -118,7 +117,6 @@ defmodule Microwaveprop.Weather.NexradClient do
|
||||||
|
|
||||||
case Req.get(url, [receive_timeout: 60_000, retry: false] ++ req_opts) do
|
case Req.get(url, [receive_timeout: 60_000, retry: false] ++ req_opts) do
|
||||||
{:ok, %{status: 200, body: body}} when is_binary(body) ->
|
{:ok, %{status: 200, body: body}} when is_binary(body) ->
|
||||||
Logger.info("NexradClient: ok #{byte_size(body)} bytes from #{url}")
|
|
||||||
decode_png_to_pixels(body)
|
decode_png_to_pixels(body)
|
||||||
|
|
||||||
{:ok, %{status: status}} ->
|
{:ok, %{status: status}} ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue