Get rid of some useless warning logs

This commit is contained in:
Hemna 2024-04-10 13:59:32 -04:00
parent 8f6f8007f4
commit b3889896b9
2 changed files with 0 additions and 2 deletions

View File

@ -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):

View File

@ -414,7 +414,6 @@ def location(callsign):
@flask_app.route("/")
def index():
stats = _stats()
LOG.error(stats)
# For development
html_template = "index.html"