From b3889896b9cc229dadd2baabeb1d3fdb0df8e470 Mon Sep 17 00:00:00 2001 From: Hemna Date: Wed, 10 Apr 2024 13:59:32 -0400 Subject: [PATCH] Get rid of some useless warning logs --- aprsd/client.py | 1 - aprsd/cmds/webchat.py | 1 - 2 files changed, 2 deletions(-) diff --git a/aprsd/client.py b/aprsd/client.py index 1722a83..4991578 100644 --- a/aprsd/client.py +++ b/aprsd/client.py @@ -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): diff --git a/aprsd/cmds/webchat.py b/aprsd/cmds/webchat.py index c683e7b..8843565 100644 --- a/aprsd/cmds/webchat.py +++ b/aprsd/cmds/webchat.py @@ -414,7 +414,6 @@ def location(callsign): @flask_app.route("/") def index(): stats = _stats() - LOG.error(stats) # For development html_template = "index.html"