0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-25 12:39:22 +02:00

Remove debugging statement

This commit is contained in:
Travis Ralston 2018-09-26 14:01:02 -06:00
parent 2a7b3439de
commit 82fa31799c

View file

@ -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
)