mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-09 00:14:57 +00:00
we don't need that log message any more
This commit is contained in:
parent
cdb5a1ab93
commit
b2ddb8f3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ class ModeSParser(PickleModule):
|
|||
return floor((2 * pi) / acos(1 - (1 - cos(pi / (2 * nz))) / (cos((pi / 180) * abs(lat)) ** 2)))
|
||||
|
||||
if nl(lat_even) != nl(lat_odd):
|
||||
logger.debug("latitude zone mismatch")
|
||||
# latitude zone mismatch.
|
||||
return
|
||||
|
||||
lat = lat_odd if newest["cpr_format"] else lat_even
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue