summary refs log tree commit diff
path: root/synapse/push/__init__.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-05-21 16:53:03 +0100
committerMark Haines <mark.haines@matrix.org>2015-05-21 16:53:03 +0100
commit2043527b9bbea019b8a4ffddcc9e82438d12b1d5 (patch)
treec6b74e6ee0925ba9b31ef2f1fdb0fb1de9dd20ac /synapse/push/__init__.py
parentAdd caches for things requested by the pushers (diff)
downloadsynapse-2043527b9bbea019b8a4ffddcc9e82438d12b1d5.tar.xz
Don't try to use a txn when not in one, remove spurious debug logging
Diffstat (limited to 'synapse/push/__init__.py')
-rw-r--r--synapse/push/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/push/__init__.py b/synapse/push/__init__.py
index d4b376913c..e3dd4ce76d 100644
--- a/synapse/push/__init__.py
+++ b/synapse/push/__init__.py
@@ -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",