mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 23:23:50 +01:00
Remove debugging statement
This commit is contained in:
parent
2a7b3439de
commit
82fa31799c
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ def _create_rerouter(func_name):
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
destination = get_domain_from_id(group_id)
|
destination = get_domain_from_id(group_id)
|
||||||
logger.info("Triggering call")
|
|
||||||
d = getattr(self.transport_client, func_name)(
|
d = getattr(self.transport_client, func_name)(
|
||||||
destination, group_id, *args, **kwargs
|
destination, group_id, *args, **kwargs
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue