Remove sneaky log

This commit is contained in:
Eric Eastwood 2024-06-10 15:19:24 -05:00
parent 271ae6f8e7
commit f69d1c50a5

View file

@ -502,7 +502,7 @@ class SlidingSyncHandler:
dm_map = await self.store.get_global_account_data_by_type_for_user(
user_id, AccountDataTypes.DIRECT
)
logger.warn("dm_map: %s", dm_map)
# Flatten out the map
dm_room_id_set = set()
if dm_map: