1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-02 22:24:42 -04:00

Get rid of some useless warning logs

This commit is contained in:
2024-04-10 13:59:32 -04:00
parent 8f6f8007f4
commit b3889896b9
2 changed files with 0 additions and 2 deletions
-1
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):
-1
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"