1
0

less logging

This commit is contained in:
Andrew Morgan
2019-10-01 18:21:15 +01:00
parent ca85c67165
commit 7f0419e71b

View File

@@ -237,7 +237,6 @@ class PushRulesWorkerStore(
# delete them from the old room
for rule in user_push_rules:
conditions = rule.get("conditions", [])
logger.info("### Rule: %s, conditions: %s", rule, conditions)
if any(
(c.get("key") == "room_id" and c.get("pattern") == old_room_id)
for c in conditions