summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-09-26 14:01:02 -0600
committerTravis Ralston <travpc@gmail.com>2018-09-26 14:01:02 -0600
commit82fa31799cdf5146495fa95634928a2a3f5070be (patch)
tree96a9f01ed14213438d95a18a48fbb438c0fc6f91 /synapse
parentChangelog (diff)
downloadsynapse-82fa31799cdf5146495fa95634928a2a3f5070be.tar.xz
Remove debugging statement
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/groups_local.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/groups_local.py b/synapse/handlers/groups_local.py
index e36f22f128..68de8a8e53 100644
--- a/synapse/handlers/groups_local.py
+++ b/synapse/handlers/groups_local.py
@@ -37,7 +37,6 @@ def _create_rerouter(func_name):
             )
         else:
             destination = get_domain_from_id(group_id)
-            logger.info("Triggering call")
             d = getattr(self.transport_client, func_name)(
                 destination, group_id, *args, **kwargs
             )