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
|
||||
continue
|
||||
self._client = aprs_client
|
||||
LOG.warning(f"APRS_CLIENT {aprs_client}")
|
||||
return aprs_client
|
||||
|
||||
def consumer(self, callback, blocking=False, immortal=False, raw=False):
|
||||
|
@ -414,7 +414,6 @@ def location(callsign):
|
||||
@flask_app.route("/")
|
||||
def index():
|
||||
stats = _stats()
|
||||
LOG.error(stats)
|
||||
|
||||
# For development
|
||||
html_template = "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user