From 58011b499363d5a1c2b0b64517f14f56fc2ed4d2 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Mon, 1 Dec 2025 15:44:39 +0000 Subject: [PATCH] Remove debug log for adverts retrieval in SQLiteHandler --- repeater/data_acquisition/sqlite_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/repeater/data_acquisition/sqlite_handler.py b/repeater/data_acquisition/sqlite_handler.py index f41c36b..088d146 100644 --- a/repeater/data_acquisition/sqlite_handler.py +++ b/repeater/data_acquisition/sqlite_handler.py @@ -659,7 +659,6 @@ class SQLiteHandler: } adverts.append(advert) - logger.debug(f"Found {len(adverts)} adverts with contact_type '{contact_type}'") return adverts except Exception as e: