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"