remove comment

This commit is contained in:
Nils Büchner 2024-09-16 22:08:51 +02:00
parent 7d37ffb7a1
commit 6302e205a3

View file

@ -106,7 +106,6 @@ class InviteChecker:
logger.error(f"Failed to fetch policy room ban list from room {room_id}. Error: {str(e)}") logger.error(f"Failed to fetch policy room ban list from room {room_id}. Error: {str(e)}")
logger.info(f"Total banned entities from all policy rooms: {len(banned_entities)}") logger.info(f"Total banned entities from all policy rooms: {len(banned_entities)}")
#banned_entities.add('@ravage:xentonix.net')
return banned_entities return banned_entities
@inlineCallbacks @inlineCallbacks