mirror of
https://github.com/craigerl/aprsd.git
synced 2024-10-31 15:07:13 -04:00
Get rid of some useless warning logs
This commit is contained in:
parent
8f6f8007f4
commit
b3889896b9
@ -257,7 +257,6 @@ class APRSISClient(Client):
|
|||||||
backoff += 1
|
backoff += 1
|
||||||
continue
|
continue
|
||||||
self._client = aprs_client
|
self._client = aprs_client
|
||||||
LOG.warning(f"APRS_CLIENT {aprs_client}")
|
|
||||||
return aprs_client
|
return aprs_client
|
||||||
|
|
||||||
def consumer(self, callback, blocking=False, immortal=False, raw=False):
|
def consumer(self, callback, blocking=False, immortal=False, raw=False):
|
||||||
|
@ -414,7 +414,6 @@ def location(callsign):
|
|||||||
@flask_app.route("/")
|
@flask_app.route("/")
|
||||||
def index():
|
def index():
|
||||||
stats = _stats()
|
stats = _stats()
|
||||||
LOG.error(stats)
|
|
||||||
|
|
||||||
# For development
|
# For development
|
||||||
html_template = "index.html"
|
html_template = "index.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user