mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 18:06:11 -04:00
Don't try to use a txn when not in one, remove spurious debug logging
This commit is contained in:
parent
53447e9cd3
commit
2043527b9b
2 changed files with 1 additions and 5 deletions
|
@ -287,8 +287,6 @@ class Pusher(object):
|
|||
logger.warn("Neither notify nor dont_notify in actions: adding default")
|
||||
actions.extend(Pusher.DEFAULT_ACTIONS)
|
||||
|
||||
logger.info("FNARG: %r", actions)
|
||||
|
||||
if 'dont_notify' in actions:
|
||||
logger.debug(
|
||||
"%s for %s: dont_notify",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue