Remove debug log for adverts retrieval in SQLiteHandler

This commit is contained in:
Lloyd
2025-12-01 15:44:39 +00:00
parent e8afa79114
commit 58011b4993

View File

@@ -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: