diff --git a/qbittorrent_exporter/exporter.py b/qbittorrent_exporter/exporter.py index 2023ab7..5b9c23f 100644 --- a/qbittorrent_exporter/exporter.py +++ b/qbittorrent_exporter/exporter.py @@ -197,10 +197,6 @@ def main(): logger.info("Exporter is starting up") REGISTRY.register(QbittorrentMetricsCollector(config)) - logger.info( - f"Including uncategorized torrents: {config['include_uncategorized']}" - ) - # Start server start_http_server(config["exporter_port"]) logger.info(