mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-03 03:57:22 +02:00
no more debugging for the map
This commit is contained in:
parent
24a4d03eff
commit
2d86483907
|
|
@ -8,6 +8,7 @@ import sys
|
|||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
|
||||
class Location(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue